#D5AD8A

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

Shades of Calico #D5AD8A

Tints of Calico #D5AD8A

Color information

#D5AD8A (or 0xD5AD8A) is unknown color: approx Calico. HEX triplet: D5, AD and 8A. RGB value is (213,173,138). Sum of RGB (Red+Green+Blue) = 213+173+138=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD8A is #2A5275. Grayscale: #B5B5B5. Windows color (decimal): -2773622 or 9088469. OLE color: 9088469.

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

Color convert

RGB213173138-
CMYK00.190.350.16
HSL28º47.17%68.82%-
HSV(B)28º35.21%83.53%-
XYZ46.9745.8730.42-
YUV180.97103.75150.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=40.65%
G=33.02%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317313800.190.350.162847.1768.82
HexD5AD8A01323101c2f45
Octal32525521202343203457105
Binary11010101101011011000101001001110001110000111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD8A; }

 p { color: rgb(213,173,138); }

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

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

 a { background-color: rgb(213,173,138); }

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

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

 span { border-color: rgb(213,173,138); }

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