#D4B189

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

Shades of Calico #D4B189

Tints of Calico #D4B189

Color information

#D4B189 (or 0xD4B189) is unknown color: approx Calico. HEX triplet: D4, B1 and 89. RGB value is (212,177,137). Sum of RGB (Red+Green+Blue) = 212+177+137=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B189 is #2B4E76. Grayscale: #B7B7B7. Windows color (decimal): -2838135 or 9023956. OLE color: 9023956.

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

Color convert

RGB212177137-
CMYK00.170.350.17
HSL32º46.58%68.43%-
HSV(B)32º35.38%83.14%-
XYZ47.3947.2530.29-
YUV182.9102.1148.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=40.30%
G=33.65%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217713700.170.350.173246.5868.43
HexD4B1890112311202f44
Octal32426121102143214057104
Binary110101001011000110001001010001100011100011000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B189; }

 p { color: rgb(212,177,137); }

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

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

 a { background-color: rgb(212,177,137); }

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

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

 span { border-color: rgb(212,177,137); }

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