#DCB380

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

Shades of Calico #DCB380

Tints of Calico #DCB380

Color information

#DCB380 (or 0xDCB380) is unknown color: approx Calico. HEX triplet: DC, B3 and 80. RGB value is (220,179,128). Sum of RGB (Red+Green+Blue) = 220+179+128=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB380 is #234C7F. Grayscale: #B9B9B9. Windows color (decimal): -2313344 or 8434652. OLE color: 8434652.

HSL color Cylindrical-coordinate representation of color #DCB380: hue angle of 33.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB380 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220179128-
CMYK00.190.420.14
HSL33.26º56.79%68.24%-
HSV(B)33.26º41.82%86.27%-
XYZ49.5349.0127.27-
YUV185.4595.58152.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=41.75%
G=33.97%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017912800.190.420.1433.2656.7968.24
HexDCB3800132AE213944
Octal33426320002352164171104
Binary11011100101100111000000001001110101011101000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB380; }

 p { color: rgb(220,179,128); }

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

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

 a { background-color: rgb(220,179,128); }

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

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

 span { border-color: rgb(220,179,128); }

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