#DBBC96

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

Shades of Pancho #DBBC96

Tints of Pancho #DBBC96

Color information

#DBBC96 (or 0xDBBC96) is unknown color: approx Pancho. HEX triplet: DB, BC and 96. RGB value is (219,188,150). Sum of RGB (Red+Green+Blue) = 219+188+150=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC96 is #244369. Grayscale: #C1C1C1. Windows color (decimal): -2376554 or 9878747. OLE color: 9878747.

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

Color convert

RGB219188150-
CMYK00.140.320.14
HSL33.04º48.94%72.35%-
HSV(B)33.04º31.51%85.88%-
XYZ52.753.2336.35-
YUV192.94103.77146.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=39.32%
G=33.75%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918815000.140.320.1433.0448.9472.35
HexDBBC960E20E213148
Octal33327422601640164161110
Binary1101101110111100100101100111010000011101000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBC96; }

 p { color: rgb(219,188,150); }

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

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

 a { background-color: rgb(219,188,150); }

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

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

 span { border-color: rgb(219,188,150); }

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