#D4DD7A

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

Shades of Goldenrod #D4DD7A

Tints of Goldenrod #D4DD7A

Color information

#D4DD7A (or 0xD4DD7A) is unknown color: approx Goldenrod. HEX triplet: D4, DD and 7A. RGB value is (212,221,122). Sum of RGB (Red+Green+Blue) = 212+221+122=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD7A is #2B2285. Grayscale: #CFCFCF. Windows color (decimal): -2826886 or 8052180. OLE color: 8052180.

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

Color convert

RGB212221122-
CMYK0.0400.450.13
HSL65.45º59.28%67.25%-
HSV(B)65.45º44.8%86.67%-
XYZ56.5267.1228.39-
YUV207.0280.02131.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=38.20%
G=39.82%
B=21.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211220.0400.450.1365.4559.2867.25
HexD4DD7A402DD413b43
Octal32433517240551510173103
Binary110101001101110111110101000101101110110000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD7A; }

 p { color: rgb(212,221,122); }

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

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

 a { background-color: rgb(212,221,122); }

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

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

 span { border-color: rgb(212,221,122); }

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