#DCDD7A

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

Shades of Goldenrod #DCDD7A

Tints of Goldenrod #DCDD7A

Color information

#DCDD7A (or 0xDCDD7A) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 7A. RGB value is (220,221,122). Sum of RGB (Red+Green+Blue) = 220+221+122=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7A is #232285. Grayscale: #D1D1D1. Windows color (decimal): -2302598 or 8052188. OLE color: 8052188.

HSL color Cylindrical-coordinate representation of color #DCDD7A: hue angle of 60.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDD7A is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB220221122-
CMYK0.0000.450.13
HSL60.61º59.28%67.25%-
HSV(B)60.61º44.8%86.67%-
XYZ58.8868.3328.5-
YUV209.4278.67135.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 122 (48.05% from 255) = 21.67%
R=39.08%
G=39.25%
B=21.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211220.0000.450.1360.6159.2867.25
HexDCDD7A002DD3d3b43
Octal3343351720055157573103
Binary110111001101110111110100010110111011111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD7A; }

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

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

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

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

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

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

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

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