#DCDE7D

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

Shades of Goldenrod #DCDE7D

Tints of Goldenrod #DCDE7D

Color information

#DCDE7D (or 0xDCDE7D) is unknown color: approx Goldenrod. HEX triplet: DC, DE and 7D. RGB value is (220,222,125). Sum of RGB (Red+Green+Blue) = 220+222+125=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE7D is #232182. Grayscale: #D2D2D2. Windows color (decimal): -2302339 or 8249052. OLE color: 8249052.

HSL color Cylindrical-coordinate representation of color #DCDE7D: hue angle of 61.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCDE7D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB220222125-
CMYK0.0100.440.13
HSL61.24º59.51%68.04%-
HSV(B)61.24º43.69%87.06%-
XYZ59.3468.9429.58-
YUV210.3479.84134.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 125 (49.22% from 255) = 22.05%
R=38.80%
G=39.15%
B=22.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221250.0100.440.1361.2459.5168.04
HexDCDE7D102CD3d3c44
Octal3343361751054157574104
Binary110111001101111011111011010110011011111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE7D; }

 p { color: rgb(220,222,125); }

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

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

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

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

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

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

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