#D2AD8C

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

Shades of Calico #D2AD8C

Tints of Calico #D2AD8C

Color information

#D2AD8C (or 0xD2AD8C) is unknown color: approx Calico. HEX triplet: D2, AD and 8C. RGB value is (210,173,140). Sum of RGB (Red+Green+Blue) = 210+173+140=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD8C is #2D5273. Grayscale: #B4B4B4. Windows color (decimal): -2970228 or 9219538. OLE color: 9219538.

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

Color convert

RGB210173140-
CMYK00.180.330.18
HSL28.29º43.75%68.63%-
HSV(B)28.29º33.33%82.35%-
XYZ46.2645.4831.15-
YUV180.3105.26149.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=40.15%
G=33.08%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017314000.180.330.1828.2943.7568.63
HexD2AD8C01221121c2c45
Octal32225521402241223454105
Binary11010010101011011000110001001010000110010111001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD8C; }

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

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

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

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

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

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

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

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