Html Css Color HEX #FFD206 Gold

📋 copy color: '#FFD206'

red 255 ◦ green 210 ◦ blue 6

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

Shades of Gold #FFD206

Tints of Gold #FFD206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 54.14%
G = 44.59%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD206 (or 0xFFD206) is known color: Gold. HEX triplet: FF, D2 and 06. RGB value is (255,210,6). Sum of RGB (Red+Green+Blue) = 255+210+6=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD206 is #002DF9. Grayscale: #C9C9C9. Windows color (decimal): -11770 or 447231. OLE color: 447231.

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

Color convert

RGB 255 210 6 -
CMYK 0 0.18 0.98 0
HSL 49.16º 1% 0.51% -
HSV(B) 49.16º 0.98% 1% -
XYZ 64.32 67.37 9.79 -
YUV 200.2 18.41 167.09 -
System Red Green Blue C M Y K H S L
Decimal 255 210 6 0 0.18 0.98 0 49.16 1 0.51
Hex FF D2 6 0 12 62 0 31 64 33
Octal 377 322 6 0 22 142 0 61 144 63
Binary 11111111 11010010 110 0 10010 1100010 0 110001 1100100 110011

Color Harmonies of #FFD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD206

Black with #FFD206

Text Example


Text Example

White with #FFD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD206; }

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

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

background-color css

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

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

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

border-color css

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

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

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