#D6AC83

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

Shades of Calico #D6AC83

Tints of Calico #D6AC83

Color information

#D6AC83 (or 0xD6AC83) is unknown color: approx Calico. HEX triplet: D6, AC and 83. RGB value is (214,172,131). Sum of RGB (Red+Green+Blue) = 214+172+131=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC83 is #29537C. Grayscale: #B4B4B4. Windows color (decimal): -2708349 or 8629462. OLE color: 8629462.

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

Color convert

RGB214172131-
CMYK00.200.390.16
HSL29.64º50.3%67.65%-
HSV(B)29.64º38.79%83.92%-
XYZ46.5845.4427.79-
YUV179.88100.41152.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=41.39%
G=33.27%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417213100.200.390.1629.6450.367.65
HexD6AC8301427101e3244
Octal32625420302447203662104
Binary11010110101011001000001101010010011110000111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC83; }

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

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

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

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

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

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

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

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