#DCB283

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

Shades of Calico #DCB283

Tints of Calico #DCB283

Color information

#DCB283 (or 0xDCB283) is unknown color: approx Calico. HEX triplet: DC, B2 and 83. RGB value is (220,178,131). Sum of RGB (Red+Green+Blue) = 220+178+131=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB283 is #234D7C. Grayscale: #B9B9B9. Windows color (decimal): -2313597 or 8631004. OLE color: 8631004.

HSL color Cylindrical-coordinate representation of color #DCB283: hue angle of 31.69º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB283 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220178131-
CMYK00.190.400.14
HSL31.69º55.97%68.82%-
HSV(B)31.69º40.45%86.27%-
XYZ49.5348.728.26-
YUV185.297.41152.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=41.59%
G=33.65%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017813100.190.400.1431.6955.9768.82
HexDCB28301328E203845
Octal33426220302350164070105
Binary11011100101100101000001101001110100011101000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB283; }

 p { color: rgb(220,178,131); }

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

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

 a { background-color: rgb(220,178,131); }

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

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

 span { border-color: rgb(220,178,131); }

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