#D5D66C

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

Shades of Goldenrod #D5D66C

Tints of Goldenrod #D5D66C

Color information

#D5D66C (or 0xD5D66C) is unknown color: approx Goldenrod. HEX triplet: D5, D6 and 6C. RGB value is (213,214,108). Sum of RGB (Red+Green+Blue) = 213+214+108=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D66C is #2A2993. Grayscale: #CACACA. Windows color (decimal): -2763156 or 7132885. OLE color: 7132885.

HSL color Cylindrical-coordinate representation of color #D5D66C: hue angle of 60.57º degrees, saturation: 0.56, 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 #D5D66C is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213214108-
CMYK0.0000.500.16
HSL60.57º56.38%63.14%-
HSV(B)60.57º49.53%83.92%-
XYZ54.1963.3223.55-
YUV201.6275.17136.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=39.81%
G=40%
B=20.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132141080.0000.500.1660.5756.3863.14
HexD5D66C0032103d383f
Octal325326154006220757077
Binary110101011101011011011000011001010000111101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D66C; }

 p { color: rgb(213,214,108); }

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

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

 a { background-color: rgb(213,214,108); }

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

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

 span { border-color: rgb(213,214,108); }

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