#DADD73

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

Shades of Goldenrod #DADD73

Tints of Goldenrod #DADD73

Color information

#DADD73 (or 0xDADD73) is unknown color: approx Goldenrod. HEX triplet: DA, DD and 73. RGB value is (218,221,115). Sum of RGB (Red+Green+Blue) = 218+221+115=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD73 is #25228C. Grayscale: #D0D0D0. Windows color (decimal): -2433677 or 7593434. OLE color: 7593434.

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

Color convert

RGB218221115-
CMYK0.0100.480.13
HSL61.7º60.92%65.88%-
HSV(B)61.7º47.96%86.67%-
XYZ57.8667.8626.27-
YUV208.0275.51135.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 115 (45.31% from 255) = 20.76%
R=39.35%
G=39.89%
B=20.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211150.0100.480.1361.760.9265.88
HexDADD731030D3e3d42
Octal3323351631060157675102
Binary110110101101110111100111011000011011111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD73; }

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

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

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

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

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

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

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

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