Html Css Color HEX #FFD608 Gold

📋 copy color: '#FFD608'

red 255 ◦ green 214 ◦ blue 8

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

Shades of Gold #FFD608

Tints of Gold #FFD608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

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

R = 53.46%
G = 44.86%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD608 (or 0xFFD608) is known color: Gold. HEX triplet: FF, D6 and 08. RGB value is (255,214,8). Sum of RGB (Red+Green+Blue) = 255+214+8=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 8 (3.52% from 255 or 1.68% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD608 is #0029F7. Grayscale: #CBCBCB. Windows color (decimal): -10744 or 579327. OLE color: 579327.

HSL color Cylindrical-coordinate representation of color #FFD608: hue angle of 50.04º 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 #FFD608 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 8 -
CMYK 0 0.16 0.97 0
HSL 50.04º 1% 0.52% -
HSV(B) 50.04º 0.97% 1% -
XYZ 65.33 69.37 10.18 -
YUV 202.78 18.08 165.25 -
System Red Green Blue C M Y K H S L
Decimal 255 214 8 0 0.16 0.97 0 50.04 1 0.52
Hex FF D6 8 0 10 61 0 32 64 34
Octal 377 326 10 0 20 141 0 62 144 64
Binary 11111111 11010110 1000 0 10000 1100001 0 110010 1100100 110100

Color Harmonies of #FFD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD608

Black with #FFD608

Text Example


Text Example

White with #FFD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD608; }

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

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

background-color css

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

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

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

border-color css

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

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

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