#DCDA7D

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

Shades of Goldenrod #DCDA7D

Tints of Goldenrod #DCDA7D

Color information

#DCDA7D (or 0xDCDA7D) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 7D. RGB value is (220,218,125). Sum of RGB (Red+Green+Blue) = 220+218+125=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7D is #232582. Grayscale: #D0D0D0. Windows color (decimal): -2303363 or 8248028. OLE color: 8248028.

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

Color convert

RGB220218125-
CMYK00.010.430.14
HSL58.74º57.58%67.65%-
HSV(B)58.74º43.18%86.27%-
XYZ58.2966.8429.23-
YUV20881.16136.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=39.08%
G=38.72%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021812500.010.430.1458.7457.5867.65
HexDCDA7D012BE3b3a44
Octal3343321750153167372104
Binary110111001101101011111010110101111101110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA7D; }

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

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

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

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

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

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

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

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