#D6AD89

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

Shades of Calico #D6AD89

Tints of Calico #D6AD89

Color information

#D6AD89 (or 0xD6AD89) is unknown color: approx Calico. HEX triplet: D6, AD and 89. RGB value is (214,173,137). Sum of RGB (Red+Green+Blue) = 214+173+137=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD89 is #295276. Grayscale: #B5B5B5. Windows color (decimal): -2708087 or 9022934. OLE color: 9022934.

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

Color convert

RGB214173137-
CMYK00.190.360.16
HSL28.05º48.43%68.82%-
HSV(B)28.05º35.98%83.92%-
XYZ47.1945.9930.06-
YUV181.15103.08151.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=40.84%
G=33.02%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417313700.190.360.1628.0548.4368.82
HexD6AD8901324101c3045
Octal32625521102344203460105
Binary11010110101011011000100101001110010010000111001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD89; }

 p { color: rgb(214,173,137); }

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

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

 a { background-color: rgb(214,173,137); }

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

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

 span { border-color: rgb(214,173,137); }

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