#DCDD6D

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

Shades of Goldenrod #DCDD6D

Tints of Goldenrod #DCDD6D

Color information

#DCDD6D (or 0xDCDD6D) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 6D. RGB value is (220,221,109). Sum of RGB (Red+Green+Blue) = 220+221+109=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD6D is #232292. Grayscale: #D0D0D0. Windows color (decimal): -2302611 or 7200220. OLE color: 7200220.

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

Color convert

RGB220221109-
CMYK0.0000.510.13
HSL60.54º62.22%64.71%-
HSV(B)60.54º50.68%86.67%-
XYZ58.1368.0324.54-
YUV207.9372.17136.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 109 (42.97% from 255) = 19.82%
R=40%
G=40.18%
B=19.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211090.0000.510.1360.5462.2264.71
HexDCDD6D0033D3d3e41
Octal3343351550063157576101
Binary110111001101110111011010011001111011111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD6D; }

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

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

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

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

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

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

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

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