#D7AD7E

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

Shades of Calico #D7AD7E

Tints of Calico #D7AD7E

Color information

#D7AD7E (or 0xD7AD7E) is unknown color: approx Calico. HEX triplet: D7, AD and 7E. RGB value is (215,173,126). Sum of RGB (Red+Green+Blue) = 215+173+126=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD7E is #285281. Grayscale: #B4B4B4. Windows color (decimal): -2642562 or 8302039. OLE color: 8302039.

HSL color Cylindrical-coordinate representation of color #D7AD7E: hue angle of 31.69º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7AD7E is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215173126-
CMYK00.200.410.16
HSL31.69º52.66%66.86%-
HSV(B)31.69º41.4%84.31%-
XYZ46.7345.8426.12-
YUV180.297.41152.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=41.83%
G=33.66%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517312600.200.410.1631.6952.6666.86
HexD7AD7E0142910203543
Octal32725517602451204065103
Binary11010111101011011111110010100101001100001000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD7E; }

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

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

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

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

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

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

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

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