#D4DD66

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

Shades of Goldenrod #D4DD66

Tints of Goldenrod #D4DD66

Color information

#D4DD66 (or 0xD4DD66) is unknown color: approx Goldenrod. HEX triplet: D4, DD and 66. RGB value is (212,221,102). Sum of RGB (Red+Green+Blue) = 212+221+102=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD66 is #2B2299. Grayscale: #CDCDCD. Windows color (decimal): -2826906 or 6741460. OLE color: 6741460.

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

Color convert

RGB212221102-
CMYK0.0400.540.13
HSL64.54º63.64%63.33%-
HSV(B)64.54º53.85%86.67%-
XYZ55.4166.6722.52-
YUV204.7470.02133.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 102 (40.23% from 255) = 19.07%
R=39.63%
G=41.31%
B=19.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211020.0400.540.1364.5463.6463.33
HexD4DD664036D41403f
Octal32433514640661510110077
Binary110101001101110111001101000110110110110000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD66; }

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

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

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

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

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

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

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

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