#D3B184

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

Shades of Calico #D3B184

Tints of Calico #D3B184

Color information

#D3B184 (or 0xD3B184) is unknown color: approx Calico. HEX triplet: D3, B1 and 84. RGB value is (211,177,132). Sum of RGB (Red+Green+Blue) = 211+177+132=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B184 is #2C4E7B. Grayscale: #B6B6B6. Windows color (decimal): -2903676 or 8696275. OLE color: 8696275.

HSL color Cylindrical-coordinate representation of color #D3B184: hue angle of 34.18º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3B184 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB211177132-
CMYK00.160.370.17
HSL34.18º47.31%67.25%-
HSV(B)34.18º37.44%82.75%-
XYZ46.7546.9628.43-
YUV182.0499.76148.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=40.58%
G=34.04%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117713200.160.370.1734.1847.3167.25
HexD3B1840102511222f43
Octal32326120402045214257103
Binary110100111011000110000100010000100101100011000101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B184; }

 p { color: rgb(211,177,132); }

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

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

 a { background-color: rgb(211,177,132); }

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

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

 span { border-color: rgb(211,177,132); }

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