#D0B282

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

Shades of Calico #D0B282

Tints of Calico #D0B282

Color information

#D0B282 (or 0xD0B282) is unknown color: approx Calico. HEX triplet: D0, B2 and 82. RGB value is (208,178,130). Sum of RGB (Red+Green+Blue) = 208+178+130=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B282 is #2F4D7D. Grayscale: #B5B5B5. Windows color (decimal): -3100030 or 8565456. OLE color: 8565456.

HSL color Cylindrical-coordinate representation of color #D0B282: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0B282 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208178130-
CMYK00.140.380.18
HSL36.92º45.35%66.27%-
HSV(B)36.92º37.5%81.57%-
XYZ45.9646.8627.74-
YUV181.598.94146.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=40.31%
G=34.50%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817813000.140.380.1836.9245.3566.27
HexD0B2820E2612252d42
Octal32026220201646224555102
Binary11010000101100101000001001110100110100101001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B282; }

 p { color: rgb(208,178,130); }

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

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

 a { background-color: rgb(208,178,130); }

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

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

 span { border-color: rgb(208,178,130); }

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