#D5AE7C

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

Shades of Calico #D5AE7C

Tints of Calico #D5AE7C

Color information

#D5AE7C (or 0xD5AE7C) is unknown color: approx Calico. HEX triplet: D5, AE and 7C. RGB value is (213,174,124). Sum of RGB (Red+Green+Blue) = 213+174+124=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE7C is #2A5183. Grayscale: #B4B4B4. Windows color (decimal): -2773380 or 8171221. OLE color: 8171221.

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

Color convert

RGB213174124-
CMYK00.180.420.16
HSL33.71º51.45%66.08%-
HSV(B)33.71º41.78%83.53%-
XYZ46.2145.8725.49-
YUV179.9696.42151.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 124 (48.83% from 255) = 24.27%
R=41.68%
G=34.05%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317412400.180.420.1633.7151.4566.08
HexD5AE7C0122A10223342
Octal32525617402252204263102
Binary11010101101011101111100010010101010100001000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE7C; }

 p { color: rgb(213,174,124); }

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

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

 a { background-color: rgb(213,174,124); }

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

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

 span { border-color: rgb(213,174,124); }

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