#DCDD74

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

Shades of Goldenrod #DCDD74

Tints of Goldenrod #DCDD74

Color information

#DCDD74 (or 0xDCDD74) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 74. RGB value is (220,221,116). Sum of RGB (Red+Green+Blue) = 220+221+116=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD74 is #23228B. Grayscale: #D1D1D1. Windows color (decimal): -2302604 or 7658972. OLE color: 7658972.

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

Color convert

RGB220221116-
CMYK0.0000.480.13
HSL60.57º60.69%66.08%-
HSV(B)60.57º47.51%86.67%-
XYZ58.5268.1926.6-
YUV208.7375.67136.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 116 (45.70% from 255) = 20.83%
R=39.50%
G=39.68%
B=20.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211160.0000.480.1360.5760.6966.08
HexDCDD740030D3d3d42
Octal3343351640060157575102
Binary110111001101110111101000011000011011111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD74; }

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

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

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

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

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

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

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

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