#DCDC7F

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

Shades of Goldenrod #DCDC7F

Tints of Goldenrod #DCDC7F

Color information

#DCDC7F (or 0xDCDC7F) is unknown color: approx Goldenrod. HEX triplet: DC, DC and 7F. RGB value is (220,220,127). Sum of RGB (Red+Green+Blue) = 220+220+127=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC7F is #232380. Grayscale: #D1D1D1. Windows color (decimal): -2302849 or 8379612. OLE color: 8379612.

HSL color Cylindrical-coordinate representation of color #DCDC7F: hue angle of 60º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDC7F is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220220127-
CMYK000.420.14
HSL60º57.06%68.04%-
HSV(B)60º42.27%86.27%-
XYZ58.9467.9330.08-
YUV209.481.5135.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 127 (50% from 255) = 22.40%
R=38.80%
G=38.80%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220127000.420.146057.0668.04
HexDCDC7F002AE3c3944
Octal3343341770052167471104
Binary110111001101110011111110010101011101111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDC7F; }

 p { color: rgb(220,220,127); }

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

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

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

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

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

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

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