#DCDD75

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

Shades of Goldenrod #DCDD75

Tints of Goldenrod #DCDD75

Color information

#DCDD75 (or 0xDCDD75) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 75. RGB value is (220,221,117). Sum of RGB (Red+Green+Blue) = 220+221+117=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD75 is #23228A. Grayscale: #D1D1D1. Windows color (decimal): -2302603 or 7724508. OLE color: 7724508.

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

Color convert

RGB220221117-
CMYK0.0000.470.13
HSL60.58º60.47%66.27%-
HSV(B)60.58º47.06%86.67%-
XYZ58.5868.2126.91-
YUV208.8476.17135.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=39.43%
G=39.61%
B=20.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211170.0000.470.1360.5860.4766.27
HexDCDD75002FD3d3c42
Octal3343351650057157574102
Binary110111001101110111101010010111111011111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD75; }

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

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

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

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

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

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

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

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