#D7AD88

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

Shades of Calico #D7AD88

Tints of Calico #D7AD88

Color information

#D7AD88 (or 0xD7AD88) is unknown color: approx Calico. HEX triplet: D7, AD and 88. RGB value is (215,173,136). Sum of RGB (Red+Green+Blue) = 215+173+136=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD88 is #285277. Grayscale: #B5B5B5. Windows color (decimal): -2642552 or 8957399. OLE color: 8957399.

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

Color convert

RGB215173136-
CMYK00.200.370.16
HSL28.1º49.69%68.82%-
HSV(B)28.1º36.74%84.31%-
XYZ47.4146.1129.69-
YUV181.34102.41152.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=41.03%
G=33.02%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517313600.200.370.1628.149.6968.82
HexD7AD8801425101c3245
Octal32725521002445203462105
Binary11010111101011011000100001010010010110000111001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD88; }

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

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

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

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

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

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

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

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