#D4B288

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

Shades of Calico #D4B288

Tints of Calico #D4B288

Color information

#D4B288 (or 0xD4B288) is unknown color: approx Calico. HEX triplet: D4, B2 and 88. RGB value is (212,178,136). Sum of RGB (Red+Green+Blue) = 212+178+136=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B288 is #2B4D77. Grayscale: #B7B7B7. Windows color (decimal): -2837880 or 8958676. OLE color: 8958676.

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

Color convert

RGB212178136-
CMYK00.160.360.17
HSL33.16º46.91%68.24%-
HSV(B)33.16º35.85%83.14%-
XYZ47.5247.6229.98-
YUV183.38101.26148.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=40.30%
G=33.84%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217813600.160.360.1733.1646.9168.24
HexD4B2880102411212f44
Octal32426221002044214157104
Binary110101001011001010001000010000100100100011000011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B288; }

 p { color: rgb(212,178,136); }

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

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

 a { background-color: rgb(212,178,136); }

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

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

 span { border-color: rgb(212,178,136); }

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