Html Css Color HEX #FFD209 Gold

📋 copy color: '#FFD209'

red 255 ◦ green 210 ◦ blue 9

#FFD209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #FFD209

Tints of Gold #FFD209

RGB

 RED value IS 255 (100% from 255) = 53.8%

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 9 (3.91% from 255) = 1.9%

R = 53.8%
G = 44.3%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFD209 (or 0xFFD209) is known color: Gold. HEX triplet: FF, D2 and 09. RGB value is (255,210,9). Sum of RGB (Red+Green+Blue) = 255+210+9=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD209 is #002DF6. Grayscale: #C9C9C9. Windows color (decimal): -11767 or 643839. OLE color: 643839.

HSL color Cylindrical-coordinate representation of color #FFD209: hue angle of 49.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD209 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 9 -
CMYK 0 0.18 0.96 0
HSL 49.02º 1% 0.52% -
HSV(B) 49.02º 0.96% 1% -
XYZ 64.34 67.37 9.87 -
YUV 200.54 19.91 166.84 -
System Red Green Blue C M Y K H S L
Decimal 255 210 9 0 0.18 0.96 0 49.02 1 0.52
Hex FF D2 9 0 12 60 0 31 64 34
Octal 377 322 11 0 22 140 0 61 144 64
Binary 11111111 11010010 1001 0 10010 1100000 0 110001 1100100 110100

Color Harmonies of #FFD209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD209

Black with #FFD209

Text Example


Text Example

White with #FFD209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD209; }

 p { color: rgb(255,210,9); }

 H1.HeaderClassName
 {
   color: #FFD209;
 }
 .AnyTagClassName
 {
   color: #FFD209;
 }
</style>

background-color css

<style>
 a { background-color: #FFD209; }

 a { background-color: rgb(255,210,9); }

 div.DivClassName
 {
   background-color: #FFD209;
 }
 .BgClassName
 {
   background-color: #FFD209;
 }
</style>

border-color css

<style>
 span { border-color: #FFD209; }

 span { border-color: rgb(255,210,9); }

 td.TdClassName
 {
   border-color: #FFD209;
 }
 .TagClassName
 {
   border-color: #FFD209;
 }
</style>