Html Css Color HEX #FFD208 Gold

📋 copy color: '#FFD208'

red 255 ◦ green 210 ◦ blue 8

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

Shades of Gold #FFD208

Tints of Gold #FFD208

RGB

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

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

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

R = 53.91%
G = 44.4%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD208 (or 0xFFD208) is known color: Gold. HEX triplet: FF, D2 and 08. RGB value is (255,210,8). Sum of RGB (Red+Green+Blue) = 255+210+8=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD208 is #002DF7. Grayscale: #C9C9C9. Windows color (decimal): -11768 or 578303. OLE color: 578303.

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

Color convert

RGB 255 210 8 -
CMYK 0 0.18 0.97 0
HSL 49.07º 1% 0.52% -
HSV(B) 49.07º 0.97% 1% -
XYZ 64.33 67.37 9.84 -
YUV 200.43 19.41 166.93 -
System Red Green Blue C M Y K H S L
Decimal 255 210 8 0 0.18 0.97 0 49.07 1 0.52
Hex FF D2 8 0 12 61 0 31 64 34
Octal 377 322 10 0 22 141 0 61 144 64
Binary 11111111 11010010 1000 0 10010 1100001 0 110001 1100100 110100

Color Harmonies of #FFD208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD208

Black with #FFD208

Text Example


Text Example

White with #FFD208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD208; }

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

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

background-color css

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

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

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

border-color css

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

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

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