#D6AE8C

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

Shades of Calico #D6AE8C

Tints of Calico #D6AE8C

Color information

#D6AE8C (or 0xD6AE8C) is unknown color: approx Calico. HEX triplet: D6, AE and 8C. RGB value is (214,174,140). Sum of RGB (Red+Green+Blue) = 214+174+140=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AE8C is #295173. Grayscale: #B6B6B6. Windows color (decimal): -2707828 or 9219798. OLE color: 9219798.

HSL color Cylindrical-coordinate representation of color #D6AE8C: hue angle of 27.57º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6AE8C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214174140-
CMYK00.190.350.16
HSL27.57º47.44%69.41%-
HSV(B)27.57º34.58%83.92%-
XYZ47.646.4631.27-
YUV182.08104.25150.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=40.53%
G=32.95%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417414000.190.350.1627.5747.4469.41
HexD6AE8C01323101c2f45
Octal32625621402343203457105
Binary11010110101011101000110001001110001110000111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE8C; }

 p { color: rgb(214,174,140); }

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

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

 a { background-color: rgb(214,174,140); }

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

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

 span { border-color: rgb(214,174,140); }

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