#D5AF8C

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

Shades of Calico #D5AF8C

Tints of Calico #D5AF8C

Color information

#D5AF8C (or 0xD5AF8C) is unknown color: approx Calico. HEX triplet: D5, AF and 8C. RGB value is (213,175,140). Sum of RGB (Red+Green+Blue) = 213+175+140=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF8C is #2A5073. Grayscale: #B6B6B6. Windows color (decimal): -2773108 or 9220053. OLE color: 9220053.

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

Color convert

RGB213175140-
CMYK00.180.340.16
HSL28.77º46.5%69.22%-
HSV(B)28.77º34.27%83.53%-
XYZ47.546.731.32-
YUV182.37104.09149.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=40.34%
G=33.14%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317514000.180.340.1628.7746.569.22
HexD5AF8C01222101d2e45
Octal32525721402242203556105
Binary11010101101011111000110001001010001010000111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF8C; }

 p { color: rgb(213,175,140); }

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

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

 a { background-color: rgb(213,175,140); }

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

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

 span { border-color: rgb(213,175,140); }

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