#D7AD7A

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

Shades of Calico #D7AD7A

Tints of Calico #D7AD7A

Color information

#D7AD7A (or 0xD7AD7A) is unknown color: approx Calico. HEX triplet: D7, AD and 7A. RGB value is (215,173,122). Sum of RGB (Red+Green+Blue) = 215+173+122=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD7A is #285285. Grayscale: #B3B3B3. Windows color (decimal): -2642566 or 8039895. OLE color: 8039895.

HSL color Cylindrical-coordinate representation of color #D7AD7A: hue angle of 32.9º degrees, saturation: 0.54, 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 #D7AD7A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215173122-
CMYK00.200.430.16
HSL32.9º53.76%66.08%-
HSV(B)32.9º43.26%84.31%-
XYZ46.4845.7424.79-
YUV179.7495.41153.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=42.16%
G=33.92%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517312200.200.430.1632.953.7666.08
HexD7AD7A0142B10213642
Octal32725517202453204166102
Binary11010111101011011111010010100101011100001000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD7A; }

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

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

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

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

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

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

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

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