#DCDD7E

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

Shades of Goldenrod #DCDD7E

Tints of Goldenrod #DCDD7E

Color information

#DCDD7E (or 0xDCDD7E) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 7E. RGB value is (220,221,126). Sum of RGB (Red+Green+Blue) = 220+221+126=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7E is #232281. Grayscale: #D2D2D2. Windows color (decimal): -2302594 or 8314332. OLE color: 8314332.

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

Color convert

RGB220221126-
CMYK0.0000.430.13
HSL60.63º58.28%68.04%-
HSV(B)60.63º42.99%86.67%-
XYZ59.1468.4329.83-
YUV209.8780.67135.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 126 (49.61% from 255) = 22.22%
R=38.80%
G=38.98%
B=22.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211260.0000.430.1360.6358.2868.04
HexDCDD7E002BD3d3a44
Octal3343351760053157572104
Binary110111001101110111111100010101111011111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD7E; }

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

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

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

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

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

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

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

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