#DCDA7F

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

Shades of Goldenrod #DCDA7F

Tints of Goldenrod #DCDA7F

Color information

#DCDA7F (or 0xDCDA7F) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 7F. RGB value is (220,218,127). Sum of RGB (Red+Green+Blue) = 220+218+127=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7F is #232580. Grayscale: #D0D0D0. Windows color (decimal): -2303361 or 8379100. OLE color: 8379100.

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

Color convert

RGB220218127-
CMYK00.010.420.14
HSL58.71º57.06%68.04%-
HSV(B)58.71º42.27%86.27%-
XYZ58.4266.8929.91-
YUV208.2282.16136.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 127 (50% from 255) = 22.48%
R=38.94%
G=38.58%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021812700.010.420.1458.7157.0668.04
HexDCDA7F012AE3b3944
Octal3343321770152167371104
Binary110111001101101011111110110101011101110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA7F; }

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

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

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

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

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

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

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

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