#D5A97E

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

Shades of Calico #D5A97E

Tints of Calico #D5A97E

Color information

#D5A97E (or 0xD5A97E) is unknown color: approx Calico. HEX triplet: D5, A9 and 7E. RGB value is (213,169,126). Sum of RGB (Red+Green+Blue) = 213+169+126=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A97E is #2A5681. Grayscale: #B1B1B1. Windows color (decimal): -2774658 or 8301013. OLE color: 8301013.

HSL color Cylindrical-coordinate representation of color #D5A97E: hue angle of 29.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A97E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213169126-
CMYK00.210.410.16
HSL29.66º50.88%66.47%-
HSV(B)29.66º40.85%83.53%-
XYZ45.3944.0325.84-
YUV177.2599.08153.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=41.93%
G=33.27%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316912600.210.410.1629.6650.8866.47
HexD5A97E01529101e3342
Octal32525117602551203663102
Binary1101010110101001111111001010110100110000111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A97E; }

 p { color: rgb(213,169,126); }

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

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

 a { background-color: rgb(213,169,126); }

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

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

 span { border-color: rgb(213,169,126); }

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