#D4D66A

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

Shades of Goldenrod #D4D66A

Tints of Goldenrod #D4D66A

Color information

#D4D66A (or 0xD4D66A) is unknown color: approx Goldenrod. HEX triplet: D4, D6 and 6A. RGB value is (212,214,106). Sum of RGB (Red+Green+Blue) = 212+214+106=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D66A is #2B2995. Grayscale: #C9C9C9. Windows color (decimal): -2828694 or 7001812. OLE color: 7001812.

HSL color Cylindrical-coordinate representation of color #D4D66A: hue angle of 61.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D66A is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB212214106-
CMYK0.0100.500.16
HSL61.11º56.84%62.75%-
HSV(B)61.11º50.47%83.92%-
XYZ53.863.1322.99-
YUV201.0974.34135.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 106 (41.80% from 255) = 19.92%
R=39.85%
G=40.23%
B=19.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141060.0100.500.1661.1156.8462.75
HexD4D66A1032103d393f
Octal324326152106220757177
Binary110101001101011011010101011001010000111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D66A; }

 p { color: rgb(212,214,106); }

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

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

 a { background-color: rgb(212,214,106); }

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

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

 span { border-color: rgb(212,214,106); }

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