#D8AE89

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

Shades of Calico #D8AE89

Tints of Calico #D8AE89

Color information

#D8AE89 (or 0xD8AE89) is unknown color: approx Calico. HEX triplet: D8, AE and 89. RGB value is (216,174,137). Sum of RGB (Red+Green+Blue) = 216+174+137=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE89 is #275176. Grayscale: #B6B6B6. Windows color (decimal): -2576759 or 9023192. OLE color: 9023192.

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

Color convert

RGB216174137-
CMYK00.190.370.15
HSL28.1º50.32%69.22%-
HSV(B)28.1º36.57%84.71%-
XYZ47.9746.6830.15-
YUV182.34102.41152.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=40.99%
G=33.02%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617413700.190.370.1528.150.3269.22
HexD8AE8901325F1c3245
Octal33025621102345173462105
Binary1101100010101110100010010100111001011111111001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE89; }

 p { color: rgb(216,174,137); }

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

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

 a { background-color: rgb(216,174,137); }

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

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

 span { border-color: rgb(216,174,137); }

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