#D2AD7A

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

Shades of Calico #D2AD7A

Tints of Calico #D2AD7A

Color information

#D2AD7A (or 0xD2AD7A) is unknown color: approx Calico. HEX triplet: D2, AD and 7A. RGB value is (210,173,122). Sum of RGB (Red+Green+Blue) = 210+173+122=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD7A is #2D5285. Grayscale: #B2B2B2. Windows color (decimal): -2970246 or 8039890. OLE color: 8039890.

HSL color Cylindrical-coordinate representation of color #D2AD7A: hue angle of 34.77º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2AD7A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210173122-
CMYK00.180.420.18
HSL34.77º49.44%65.1%-
HSV(B)34.77º41.9%82.35%-
XYZ45.0344.9924.72-
YUV178.2596.26150.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=41.58%
G=34.26%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017312200.180.420.1834.7749.4465.1
HexD2AD7A0122A12233141
Octal32225517202252224361101
Binary11010010101011011111010010010101010100101000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD7A; }

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

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

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

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

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

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

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

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