#D6AC78

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

Shades of Calico #D6AC78

Tints of Calico #D6AC78

Color information

#D6AC78 (or 0xD6AC78) is unknown color: approx Calico. HEX triplet: D6, AC and 78. RGB value is (214,172,120). Sum of RGB (Red+Green+Blue) = 214+172+120=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC78 is #295387. Grayscale: #B2B2B2. Windows color (decimal): -2708360 or 7908566. OLE color: 7908566.

HSL color Cylindrical-coordinate representation of color #D6AC78: hue angle of 33.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AC78 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214172120-
CMYK00.200.440.16
HSL33.19º53.41%65.49%-
HSV(B)33.19º43.93%83.92%-
XYZ45.8745.1624.07-
YUV178.6394.91153.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=42.29%
G=33.99%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417212000.200.440.1633.1953.4165.49
HexD6AC780142C10213541
Octal32625417002454204165101
Binary11010110101011001111000010100101100100001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC78; }

 p { color: rgb(214,172,120); }

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

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

 a { background-color: rgb(214,172,120); }

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

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

 span { border-color: rgb(214,172,120); }

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