Html Css Color HEX #FFD606 Gold

📋 copy color: '#FFD606'

red 255 ◦ green 214 ◦ blue 6

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

Shades of Gold #FFD606

Tints of Gold #FFD606

RGB

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

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

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

R = 53.68%
G = 45.05%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD606 (or 0xFFD606) is known color: Gold. HEX triplet: FF, D6 and 06. RGB value is (255,214,6). Sum of RGB (Red+Green+Blue) = 255+214+6=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD606 is #0029F9. Grayscale: #CBCBCB. Windows color (decimal): -10746 or 448255. OLE color: 448255.

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

Color convert

RGB 255 214 6 -
CMYK 0 0.16 0.98 0
HSL 50.12º 1% 0.51% -
HSV(B) 50.12º 0.98% 1% -
XYZ 65.32 69.37 10.12 -
YUV 202.55 17.08 165.41 -
System Red Green Blue C M Y K H S L
Decimal 255 214 6 0 0.16 0.98 0 50.12 1 0.51
Hex FF D6 6 0 10 62 0 32 64 33
Octal 377 326 6 0 20 142 0 62 144 63
Binary 11111111 11010110 110 0 10000 1100010 0 110010 1100100 110011

Color Harmonies of #FFD606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD606

Black with #FFD606

Text Example


Text Example

White with #FFD606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD606; }

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

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

background-color css

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

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

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

border-color css

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

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

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