#DCDA77

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

Shades of Goldenrod #DCDA77

Tints of Goldenrod #DCDA77

Color information

#DCDA77 (or 0xDCDA77) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 77. RGB value is (220,218,119). Sum of RGB (Red+Green+Blue) = 220+218+119=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA77 is #232588. Grayscale: #CFCFCF. Windows color (decimal): -2303369 or 7854812. OLE color: 7854812.

HSL color Cylindrical-coordinate representation of color #DCDA77: hue angle of 58.81º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDA77 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220218119-
CMYK00.010.460.14
HSL58.81º59.06%66.47%-
HSV(B)58.81º45.91%86.27%-
XYZ57.9266.6927.27-
YUV207.3178.16137.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 119 (46.88% from 255) = 21.36%
R=39.50%
G=39.14%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021811900.010.460.1458.8159.0666.47
HexDCDA77012EE3b3b42
Octal3343321670156167373102
Binary110111001101101011101110110111011101110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA77; }

 p { color: rgb(220,218,119); }

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

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

 a { background-color: rgb(220,218,119); }

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

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

 span { border-color: rgb(220,218,119); }

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