#D6AC8B

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

Shades of Calico #D6AC8B

Tints of Calico #D6AC8B

Color information

#D6AC8B (or 0xD6AC8B) is unknown color: approx Calico. HEX triplet: D6, AC and 8B. RGB value is (214,172,139). Sum of RGB (Red+Green+Blue) = 214+172+139=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC8B is #295374. Grayscale: #B4B4B4. Windows color (decimal): -2708341 or 9153750. OLE color: 9153750.

HSL color Cylindrical-coordinate representation of color #D6AC8B: hue angle of 26.4º degrees, saturation: 0.48, 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 #D6AC8B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214172139-
CMYK00.200.350.16
HSL26.4º47.77%69.22%-
HSV(B)26.4º35.05%83.92%-
XYZ47.1445.6730.76-
YUV180.8104.41151.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=40.76%
G=32.76%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417213900.200.350.1626.447.7769.22
HexD6AC8B01423101a3045
Octal32625421302443203260105
Binary11010110101011001000101101010010001110000110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC8B; }

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

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

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

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

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

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

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

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