#DADD7B

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

Shades of Goldenrod #DADD7B

Tints of Goldenrod #DADD7B

Color information

#DADD7B (or 0xDADD7B) is unknown color: approx Goldenrod. HEX triplet: DA, DD and 7B. RGB value is (218,221,123). Sum of RGB (Red+Green+Blue) = 218+221+123=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD7B is #252284. Grayscale: #D1D1D1. Windows color (decimal): -2433669 or 8117722. OLE color: 8117722.

HSL color Cylindrical-coordinate representation of color #DADD7B: hue angle of 61.84º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DADD7B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB218221123-
CMYK0.0100.440.13
HSL61.84º59.04%67.45%-
HSV(B)61.84º44.34%86.67%-
XYZ58.3568.0528.8-
YUV208.9379.51134.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 123 (48.44% from 255) = 21.89%
R=38.79%
G=39.32%
B=21.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211230.0100.440.1361.8459.0467.45
HexDADD7B102CD3e3b43
Octal3323351731054157673103
Binary110110101101110111110111010110011011111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD7B; }

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

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

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

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

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

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

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

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