#DBBC9C

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

Shades of Pancho #DBBC9C

Tints of Pancho #DBBC9C

Color information

#DBBC9C (or 0xDBBC9C) is unknown color: approx Pancho. HEX triplet: DB, BC and 9C. RGB value is (219,188,156). Sum of RGB (Red+Green+Blue) = 219+188+156=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC9C is #244363. Grayscale: #C1C1C1. Windows color (decimal): -2376548 or 10271963. OLE color: 10271963.

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

Color convert

RGB219188156-
CMYK00.140.290.14
HSL30.48º46.67%73.53%-
HSV(B)30.48º28.77%85.88%-
XYZ53.253.4338.96-
YUV193.62106.77146.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=38.90%
G=33.39%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918815600.140.290.1430.4846.6773.53
HexDBBC9C0E1DE1e2f4a
Octal33327423401635163657112
Binary11011011101111001001110001110111011110111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBC9C; }

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

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

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

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

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

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

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

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