#DCB994

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

Shades of Pancho #DCB994

Tints of Pancho #DCB994

Color information

#DCB994 (or 0xDCB994) is unknown color: approx Pancho. HEX triplet: DC, B9 and 94. RGB value is (220,185,148). Sum of RGB (Red+Green+Blue) = 220+185+148=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB994 is #23466B. Grayscale: #BFBFBF. Windows color (decimal): -2311788 or 9746908. OLE color: 9746908.

HSL color Cylindrical-coordinate representation of color #DCB994: hue angle of 30.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCB994 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220185148-
CMYK00.160.330.14
HSL30.83º50.7%72.16%-
HSV(B)30.83º32.73%86.27%-
XYZ52.2152.0535.31-
YUV191.25103.6148.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=39.78%
G=33.45%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018514800.160.330.1430.8350.772.16
HexDCB99401021E1f3348
Octal33427122402041163763110
Binary1101110010111001100101000100001000011110111111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB994; }

 p { color: rgb(220,185,148); }

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

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

 a { background-color: rgb(220,185,148); }

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

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

 span { border-color: rgb(220,185,148); }

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