#D5AE85

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

Shades of Calico #D5AE85

Tints of Calico #D5AE85

Color information

#D5AE85 (or 0xD5AE85) is unknown color: approx Calico. HEX triplet: D5, AE and 85. RGB value is (213,174,133). Sum of RGB (Red+Green+Blue) = 213+174+133=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE85 is #2A517A. Grayscale: #B5B5B5. Windows color (decimal): -2773371 or 8761045. OLE color: 8761045.

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

Color convert

RGB213174133-
CMYK00.180.380.16
HSL30.75º48.78%67.84%-
HSV(B)30.75º37.56%83.53%-
XYZ46.8146.1128.62-
YUV180.99100.92150.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=40.96%
G=33.46%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317413300.180.380.1630.7548.7867.84
HexD5AE8501226101f3144
Octal32525620502246203761104
Binary11010101101011101000010101001010011010000111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE85; }

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

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

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

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

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

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

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

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