#DDDA74

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

Shades of Goldenrod #DDDA74

Tints of Goldenrod #DDDA74

Color information

#DDDA74 (or 0xDDDA74) is unknown color: approx Goldenrod. HEX triplet: DD, DA and 74. RGB value is (221,218,116). Sum of RGB (Red+Green+Blue) = 221+218+116=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA74 is #22258B. Grayscale: #CFCFCF. Windows color (decimal): -2237836 or 7658205. OLE color: 7658205.

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

Color convert

RGB221218116-
CMYK00.010.480.13
HSL58.29º60.69%66.08%-
HSV(B)58.29º47.51%86.67%-
XYZ58.0466.7826.35-
YUV207.2776.49137.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=39.82%
G=39.28%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121811600.010.480.1358.2960.6966.08
HexDDDA740130D3a3d42
Octal3353321640160157275102
Binary110111011101101011101000111000011011110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA74; }

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

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

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

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

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

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

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

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