#DCDD61

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

Shades of Goldenrod #DCDD61

Tints of Goldenrod #DCDD61

Color information

#DCDD61 (or 0xDCDD61) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 61. RGB value is (220,221,97). Sum of RGB (Red+Green+Blue) = 220+221+97=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD61 is #23229E. Grayscale: #CFCFCF. Windows color (decimal): -2302623 or 6413788. OLE color: 6413788.

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

Color convert

RGB22022197-
CMYK0.0000.560.13
HSL60.48º64.58%62.35%-
HSV(B)60.48º56.11%86.67%-
XYZ57.5367.7921.36-
YUV206.5666.17137.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=40.89%
G=41.08%
B=18.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221970.0000.560.1360.4864.5862.35
HexDCDD610038D3c413e
Octal3343351410070157410176
Binary110111001101110111000010011100011011111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD61; }

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

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

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

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

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

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

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

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