#D5AF7E

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

Shades of Calico #D5AF7E

Tints of Calico #D5AF7E

Color information

#D5AF7E (or 0xD5AF7E) is unknown color: approx Calico. HEX triplet: D5, AF and 7E. RGB value is (213,175,126). Sum of RGB (Red+Green+Blue) = 213+175+126=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF7E is #2A5081. Grayscale: #B5B5B5. Windows color (decimal): -2773122 or 8302549. OLE color: 8302549.

HSL color Cylindrical-coordinate representation of color #D5AF7E: hue angle of 33.79º 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 #D5AF7E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213175126-
CMYK00.180.410.16
HSL33.79º50.88%66.47%-
HSV(B)33.79º40.85%83.53%-
XYZ46.5446.3126.23-
YUV180.7897.09150.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=41.44%
G=34.05%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317512600.180.410.1633.7950.8866.47
HexD5AF7E0122910223342
Octal32525717602251204263102
Binary11010101101011111111110010010101001100001000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF7E; }

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

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

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

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

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

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

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

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