#D5AF7A

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

Shades of Calico #D5AF7A

Tints of Calico #D5AF7A

Color information

#D5AF7A (or 0xD5AF7A) is unknown color: approx Calico. HEX triplet: D5, AF and 7A. RGB value is (213,175,122). Sum of RGB (Red+Green+Blue) = 213+175+122=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF7A is #2A5085. Grayscale: #B4B4B4. Windows color (decimal): -2773126 or 8040405. OLE color: 8040405.

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

Color convert

RGB213175122-
CMYK00.180.430.16
HSL34.95º52%65.69%-
HSV(B)34.95º42.72%83.53%-
XYZ46.2846.2124.89-
YUV180.3295.09151.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=41.76%
G=34.31%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317512200.180.430.1634.955265.69
HexD5AF7A0122B10233442
Octal32525717202253204364102
Binary11010101101011111111010010010101011100001000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF7A; }

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

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

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

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

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

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

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

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