#D5CC66

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

Shades of Goldenrod #D5CC66

Tints of Goldenrod #D5CC66

Color information

#D5CC66 (or 0xD5CC66) is unknown color: approx Goldenrod. HEX triplet: D5, CC and 66. RGB value is (213,204,102). Sum of RGB (Red+Green+Blue) = 213+204+102=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC66 is #2A3399. Grayscale: #C3C3C3. Windows color (decimal): -2765722 or 6737109. OLE color: 6737109.

HSL color Cylindrical-coordinate representation of color #D5CC66: hue angle of 55.14º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5CC66 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213204102-
CMYK00.040.520.16
HSL55.14º56.92%61.76%-
HSV(B)55.14º52.11%83.53%-
XYZ51.4358.2921.11-
YUV195.0675.48140.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 102 (40.23% from 255) = 19.65%
R=41.04%
G=39.31%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320410200.040.520.1655.1456.9261.76
HexD5CC6604341037393e
Octal325314146046420677176
Binary11010101110011001100110010011010010000110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC66; }

 p { color: rgb(213,204,102); }

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

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

 a { background-color: rgb(213,204,102); }

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

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

 span { border-color: rgb(213,204,102); }

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