#dfdc69

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

Shades of Goldenrod #DFDC69

Tints of Goldenrod #DFDC69

Color information

#DFDC69 (or 0xDFDC69) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 69. RGB value is (223,220,105). Sum of RGB (Red+Green+Blue) = 223+220+105=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC69 is #202396. Grayscale: #D0D0D0. Windows color (decimal): -2106263 or 6937823. OLE color: 6937823.

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

Color convert

RGB223220105-
CMYK00.010.530.13
HSL58.47º64.84%64.31%-
HSV(B)58.47º52.91%87.45%-
XYZ58.5767.8923.38-
YUV207.7969.99138.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 105 (41.41% from 255) = 19.16%
R=40.69%
G=40.15%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322010500.010.530.1358.4764.8464.31
HexDFDC690135D3a4140
Octal33733415101651572101100
Binary1101111111011100110100101110101110111101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfdc69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfdc69; }

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

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

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

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

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

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

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

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