#D3AD8B

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

Shades of Calico #D3AD8B

Tints of Calico #D3AD8B

Color information

#D3AD8B (or 0xD3AD8B) is unknown color: approx Calico. HEX triplet: D3, AD and 8B. RGB value is (211,173,139). Sum of RGB (Red+Green+Blue) = 211+173+139=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD8B is #2C5274. Grayscale: #B4B4B4. Windows color (decimal): -2904693 or 9154003. OLE color: 9154003.

HSL color Cylindrical-coordinate representation of color #D3AD8B: hue angle of 28.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3AD8B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211173139-
CMYK00.180.340.17
HSL28.33º45%68.63%-
HSV(B)28.33º34.12%82.75%-
XYZ46.4745.630.78-
YUV180.49104.59149.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=40.34%
G=33.08%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117313900.180.340.1728.334568.63
HexD3AD8B01222111c2d45
Octal32325521302242213455105
Binary11010011101011011000101101001010001010001111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD8B; }

 p { color: rgb(211,173,139); }

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

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

 a { background-color: rgb(211,173,139); }

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

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

 span { border-color: rgb(211,173,139); }

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