#DFDC06

Color #DFDC06 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #DFDC06

Tints of Golden Yellow #DFDC06

Color information

#DFDC06 (or 0xDFDC06) is unknown color: approx Golden Yellow. HEX triplet: DF, DC and 06. RGB value is (223,220,6). Sum of RGB (Red+Green+Blue) = 223+220+6=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC06 is #2023F9. Grayscale: #C5C5C5. Windows color (decimal): -2106362 or 449759. OLE color: 449759.

HSL color Cylindrical-coordinate representation of color #DFDC06: hue angle of 59.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFDC06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2232206-
CMYK00.010.970.13
HSL59.17º94.76%44.9%-
HSV(B)59.17º97.31%87.45%-
XYZ56.0666.8910.13-
YUV196.520.49146.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 6 (2.73% from 255) = 1.34%
R=49.67%
G=49.00%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223220600.010.970.1359.1794.7644.9
HexDFDC60161D3b5f2d
Octal337334601141157313755
Binary110111111101110011001110000111011110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC06; }

 p { color: rgb(223,220,6); }

 H1.HeaderClassName
 {
   color: #DFDC06;
 }
 .AnyTagClassName
 {
   color: #DFDC06;
 }
</style>
background-color css

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

 a { background-color: rgb(223,220,6); }

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

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

 span { border-color: rgb(223,220,6); }

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