Color #FFD700
#FFD700rgb(255, 215, 0)
Color Codes
HEX#FFD700
RGBrgb(255, 215, 0)
HSLhsl(51°, 100%, 50%)
CMYKcmyk(0%, 16%, 100%, 0%)
CIELABLab(86.9, -1.9, 87.1)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #FFD700;color: #FFD700;border: 2px solid #FFD700;background: linear-gradient(135deg, #FFD700, #0028ff);Code Export
css
:root {
--color-primary: #ffd700;
--color-primary-rgb: 255, 215, 0;
--color-primary-hsl: 51, 100%, 50%;
}