#D7AC88

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

Shades of Calico #D7AC88

Tints of Calico #D7AC88

Color information

#D7AC88 (or 0xD7AC88) is unknown color: approx Calico. HEX triplet: D7, AC and 88. RGB value is (215,172,136). Sum of RGB (Red+Green+Blue) = 215+172+136=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC88 is #285377. Grayscale: #B4B4B4. Windows color (decimal): -2642808 or 8957143. OLE color: 8957143.

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

Color convert

RGB215172136-
CMYK00.20.370.16
HSL27.34º49.69%68.82%-
HSV(B)27.34º36.74%84.31%-
XYZ47.2245.7329.63-
YUV180.75102.75152.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=41.11%
G=32.89%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517213600.20.370.1627.3449.6968.82
HexD7AC8801425101b3245
Octal32725421002445203362105
Binary11010111101011001000100001010010010110000110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC88; }

 p { color: rgb(215,172,136); }

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

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

 a { background-color: rgb(215,172,136); }

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

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

 span { border-color: rgb(215,172,136); }

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