Html Css Color HEX #FFD708 Gold

📋 copy color: '#FFD708'

red 255 ◦ green 215 ◦ blue 8

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

Shades of Gold #FFD708

Tints of Gold #FFD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

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

R = 53.35%
G = 44.98%
B = 1.67%

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

#FFD708 (or 0xFFD708) is known color: Gold. HEX triplet: FF, D7 and 08. RGB value is (255,215,8). Sum of RGB (Red+Green+Blue) = 255+215+8=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 8 (3.52% from 255 or 1.67% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD708 is #0028F7. Grayscale: #CCCCCC. Windows color (decimal): -10488 or 579583. OLE color: 579583.

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

Color convert

RGB 255 215 8 -
CMYK 0 0.16 0.97 0
HSL 50.28º 1% 0.52% -
HSV(B) 50.28º 0.97% 1% -
XYZ 65.58 69.88 10.26 -
YUV 203.36 17.75 164.83 -
System Red Green Blue C M Y K H S L
Decimal 255 215 8 0 0.16 0.97 0 50.28 1 0.52
Hex FF D7 8 0 10 61 0 32 64 34
Octal 377 327 10 0 20 141 0 62 144 64
Binary 11111111 11010111 1000 0 10000 1100001 0 110010 1100100 110100

Color Harmonies of #FFD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD708

Black with #FFD708

Text Example


Text Example

White with #FFD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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