#D5AD7E

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

Shades of Calico #D5AD7E

Tints of Calico #D5AD7E

Color information

#D5AD7E (or 0xD5AD7E) is unknown color: approx Calico. HEX triplet: D5, AD and 7E. RGB value is (213,173,126). Sum of RGB (Red+Green+Blue) = 213+173+126=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD7E is #2A5281. Grayscale: #B3B3B3. Windows color (decimal): -2773634 or 8302037. OLE color: 8302037.

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

Color convert

RGB213173126-
CMYK00.190.410.16
HSL32.41º50.88%66.47%-
HSV(B)32.41º40.85%83.53%-
XYZ46.1545.5426.1-
YUV179.697.75151.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=41.60%
G=33.79%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317312600.190.410.1632.4150.8866.47
HexD5AD7E0132910203342
Octal32525517602351204063102
Binary11010101101011011111110010011101001100001000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD7E; }

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

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

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

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

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

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

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

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