Html Css Color HEX #DBB392 Pancho

📋 copy color: '#DBB392'

red 219 ◦ green 179 ◦ blue 146

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

Shades of Pancho #DBB392

Tints of Pancho #DBB392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 40.26%
G = 32.9%
B = 26.84%

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

#DBB392 (or 0xDBB392) is known color: Pancho. HEX triplet: DB, B3 and 92. RGB value is (219,179,146). Sum of RGB (Red+Green+Blue) = 219+179+146=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB392 is #244C6D. Grayscale: #BBBBBB. Windows color (decimal): -2378862 or 9614299. OLE color: 9614299.

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

Color convert

RGB 219 179 146 -
CMYK 0 0.18 0.33 0.14
HSL 27.12º 0.5% 0.72% -
HSV(B) 27.12º 0.33% 0.86% -
XYZ 50.52 49.38 34.06 -
YUV 187.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 219 179 146 0 0.18 0.33 0.14 27.12 0.5 0.72
Hex DB B3 92 0 12 21 E 1B 32 48
Octal 333 263 222 0 22 41 16 33 62 110
Binary 11011011 10110011 10010010 0 10010 100001 1110 11011 110010 1001000

Color Harmonies of #DBB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB392

Black with #DBB392

Text Example


Text Example

White with #DBB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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