Html Css Color HEX #FFD408 Gold

📋 copy color: '#FFD408'

red 255 ◦ green 212 ◦ blue 8

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

Shades of Gold #FFD408

Tints of Gold #FFD408

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 8 (3.52% from 255) = 1.68%

R = 53.68%
G = 44.63%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD408 (or 0xFFD408) is known color: Gold. HEX triplet: FF, D4 and 08. RGB value is (255,212,8). Sum of RGB (Red+Green+Blue) = 255+212+8=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD408 is #002BF7. Grayscale: #CACACA. Windows color (decimal): -11256 or 578815. OLE color: 578815.

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

Color convert

RGB 255 212 8 -
CMYK 0 0.17 0.97 0
HSL 49.55º 1% 0.52% -
HSV(B) 49.55º 0.97% 1% -
XYZ 64.83 68.36 10.01 -
YUV 201.6 18.75 166.09 -
System Red Green Blue C M Y K H S L
Decimal 255 212 8 0 0.17 0.97 0 49.55 1 0.52
Hex FF D4 8 0 11 61 0 32 64 34
Octal 377 324 10 0 21 141 0 62 144 64
Binary 11111111 11010100 1000 0 10001 1100001 0 110010 1100100 110100

Color Harmonies of #FFD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD408

Black with #FFD408

Text Example


Text Example

White with #FFD408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD408; }

 p { color: rgb(255,212,8); }

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

background-color css

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

 a { background-color: rgb(255,212,8); }

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

border-color css

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

 span { border-color: rgb(255,212,8); }

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