#D7AD84

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

Shades of Calico #D7AD84

Tints of Calico #D7AD84

Color information

#D7AD84 (or 0xD7AD84) is unknown color: approx Calico. HEX triplet: D7, AD and 84. RGB value is (215,173,132). Sum of RGB (Red+Green+Blue) = 215+173+132=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD84 is #28527B. Grayscale: #B5B5B5. Windows color (decimal): -2642556 or 8695255. OLE color: 8695255.

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

Color convert

RGB215173132-
CMYK00.200.390.16
HSL29.64º50.92%68.04%-
HSV(B)29.64º38.6%84.31%-
XYZ47.134628.22-
YUV180.88100.41152.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=41.35%
G=33.27%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517313200.200.390.1629.6450.9268.04
HexD7AD8401427101e3344
Octal32725520402447203663104
Binary11010111101011011000010001010010011110000111101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD84; }

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

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

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

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

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

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

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

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