#D4DF7A

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

Shades of Goldenrod #D4DF7A

Tints of Goldenrod #D4DF7A

Color information

#D4DF7A (or 0xD4DF7A) is unknown color: approx Goldenrod. HEX triplet: D4, DF and 7A. RGB value is (212,223,122). Sum of RGB (Red+Green+Blue) = 212+223+122=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF7A is #2B2085. Grayscale: #D0D0D0. Windows color (decimal): -2826374 or 8052692. OLE color: 8052692.

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

Color convert

RGB212223122-
CMYK0.0500.450.13
HSL66.53º61.21%67.65%-
HSV(B)66.53º45.29%87.45%-
XYZ57.0568.1828.56-
YUV208.279.36130.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=38.06%
G=40.04%
B=21.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122231220.0500.450.1366.5361.2167.65
HexD4DF7A502DD433d44
Octal32433717250551510375104
Binary110101001101111111110101010101101110110000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DF7A; }

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

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

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

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

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

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

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

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