Html Css Color HEX #DBB393 Pancho

📋 copy color: '#DBB393'

red 219 ◦ green 179 ◦ blue 147

#DBB393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pancho #DBB393

Tints of Pancho #DBB393

RGB

 RED value IS 219 (85.94% from 255) = 40.18%

 GREEN value IS 179 (70.31% from 255) = 32.84%

 BLUE value IS 147 (57.81% from 255) = 26.97%

R = 40.18%
G = 32.84%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBB393 (or 0xDBB393) is known color: Pancho. HEX triplet: DB, B3 and 93. RGB value is (219,179,147). Sum of RGB (Red+Green+Blue) = 219+179+147=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB393 is #244C6C. Grayscale: #BBBBBB. Windows color (decimal): -2378861 or 9679835. OLE color: 9679835.

HSL color Cylindrical-coordinate representation of color #DBB393: hue angle of 26.67º degrees, saturation: 0.5, 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 #DBB393 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 147 -
CMYK 0 0.18 0.33 0.14
HSL 26.67º 0.5% 0.72% -
HSV(B) 26.67º 0.33% 0.86% -
XYZ 50.6 49.41 34.47 -
YUV 187.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 219 179 147 0 0.18 0.33 0.14 26.67 0.5 0.72
Hex DB B3 93 0 12 21 E 1B 32 48
Octal 333 263 223 0 22 41 16 33 62 110
Binary 11011011 10110011 10010011 0 10010 100001 1110 11011 110010 1001000

Color Harmonies of #DBB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB393

Black with #DBB393

Text Example


Text Example

White with #DBB393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB393; }

 p { color: rgb(219,179,147); }

 H1.HeaderClassName
 {
   color: #DBB393;
 }
 .AnyTagClassName
 {
   color: #DBB393;
 }
</style>

background-color css

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

 a { background-color: rgb(219,179,147); }

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

border-color css

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

 span { border-color: rgb(219,179,147); }

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