Html Css Color HEX #DBB796 Pancho

📋 copy color: '#DBB796'

red 219 ◦ green 183 ◦ blue 150

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

Shades of Pancho #DBB796

Tints of Pancho #DBB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.15%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 39.67%
G = 33.15%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB796 (or 0xDBB796) is known color: Pancho. HEX triplet: DB, B7 and 96. RGB value is (219,183,150). Sum of RGB (Red+Green+Blue) = 219+183+150=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB796 is #244869. Grayscale: #BEBEBE. Windows color (decimal): -2377834 or 9877467. OLE color: 9877467.

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

Color convert

RGB 219 183 150 -
CMYK 0 0.16 0.32 0.14
HSL 28.7º 0.49% 0.72% -
HSV(B) 28.7º 0.32% 0.86% -
XYZ 51.65 51.13 36 -
YUV 190 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 219 183 150 0 0.16 0.32 0.14 28.7 0.49 0.72
Hex DB B7 96 0 10 20 E 1D 31 48
Octal 333 267 226 0 20 40 16 35 61 110
Binary 11011011 10110111 10010110 0 10000 100000 1110 11101 110001 1001000

Color Harmonies of #DBB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB796

Black with #DBB796

Text Example


Text Example

White with #DBB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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