#DDDC74

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

Shades of Goldenrod #DDDC74

Tints of Goldenrod #DDDC74

Color information

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

HSL color Cylindrical-coordinate representation of color #DDDC74: hue angle of 59.43º 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 #DDDC74 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221220116-
CMYK00.000.480.13
HSL59.43º60.69%66.08%-
HSV(B)59.43º47.51%86.67%-
XYZ58.5667.8226.53-
YUV208.4475.83136.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122011600.000.480.1359.4360.6966.08
HexDDDC740030D3b3d42
Octal3353341640060157375102
Binary110111011101110011101000011000011011110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC74; }

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

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

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

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

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

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

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

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