#DCDD71

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

Shades of Goldenrod #DCDD71

Tints of Goldenrod #DCDD71

Color information

#DCDD71 (or 0xDCDD71) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 71. RGB value is (220,221,113). Sum of RGB (Red+Green+Blue) = 220+221+113=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD71 is #23228E. Grayscale: #D0D0D0. Windows color (decimal): -2302607 or 7462364. OLE color: 7462364.

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

Color convert

RGB220221113-
CMYK0.0000.490.13
HSL60.56º61.36%65.49%-
HSV(B)60.56º48.87%86.67%-
XYZ58.3568.1225.7-
YUV208.3974.17136.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 113 (44.53% from 255) = 20.40%
R=39.71%
G=39.89%
B=20.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211130.0000.490.1360.5661.3665.49
HexDCDD710031D3d3d41
Octal3343351610061157575101
Binary110111001101110111100010011000111011111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD71; }

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

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

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

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

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

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

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

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