#DCDA7A

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

Shades of Goldenrod #DCDA7A

Tints of Goldenrod #DCDA7A

Color information

#DCDA7A (or 0xDCDA7A) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 7A. RGB value is (220,218,122). Sum of RGB (Red+Green+Blue) = 220+218+122=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7A is #232585. Grayscale: #D0D0D0. Windows color (decimal): -2303366 or 8051420. OLE color: 8051420.

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

Color convert

RGB220218122-
CMYK00.010.450.14
HSL58.78º58.33%67.06%-
HSV(B)58.78º44.55%86.27%-
XYZ58.166.7628.24-
YUV207.6579.66136.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=39.29%
G=38.93%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021812200.010.450.1458.7858.3367.06
HexDCDA7A012DE3b3a43
Octal3343321720155167372103
Binary110111001101101011110100110110111101110111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA7A; }

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

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

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

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

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

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

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

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