#D6CC66

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

Shades of Goldenrod #D6CC66

Tints of Goldenrod #D6CC66

Color information

#D6CC66 (or 0xD6CC66) is unknown color: approx Goldenrod. HEX triplet: D6, CC and 66. RGB value is (214,204,102). Sum of RGB (Red+Green+Blue) = 214+204+102=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC66 is #293399. Grayscale: #C3C3C3. Windows color (decimal): -2700186 or 6737110. OLE color: 6737110.

HSL color Cylindrical-coordinate representation of color #D6CC66: hue angle of 54.64º degrees, saturation: 0.58, 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 #D6CC66 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214204102-
CMYK00.050.520.16
HSL54.64º57.73%61.96%-
HSV(B)54.64º52.34%83.92%-
XYZ51.7258.4421.12-
YUV195.3675.31141.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=41.15%
G=39.23%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420410200.050.520.1654.6457.7361.96
HexD6CC66053410373a3e
Octal326314146056420677276
Binary11010110110011001100110010111010010000110111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC66; }

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

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

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

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

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

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

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

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