Html Css Color HEX #DBB795 Pancho

📋 copy color: '#DBB795'

red 219 ◦ green 183 ◦ blue 149

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

Shades of Pancho #DBB795

Tints of Pancho #DBB795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 39.75%
G = 33.21%
B = 27.04%

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

#DBB795 (or 0xDBB795) is known color: Pancho. HEX triplet: DB, B7 and 95. RGB value is (219,183,149). Sum of RGB (Red+Green+Blue) = 219+183+149=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB795 is #24486A. Grayscale: #BEBEBE. Windows color (decimal): -2377835 or 9811931. OLE color: 9811931.

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

Color convert

RGB 219 183 149 -
CMYK 0 0.16 0.32 0.14
HSL 29.14º 0.49% 0.72% -
HSV(B) 29.14º 0.32% 0.86% -
XYZ 51.57 51.1 35.58 -
YUV 189.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 219 183 149 0 0.16 0.32 0.14 29.14 0.49 0.72
Hex DB B7 95 0 10 20 E 1D 31 48
Octal 333 267 225 0 20 40 16 35 61 110
Binary 11011011 10110111 10010101 0 10000 100000 1110 11101 110001 1001000

Color Harmonies of #DBB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB795

Black with #DBB795

Text Example


Text Example

White with #DBB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB795; }

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

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

background-color css

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

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

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

border-color css

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

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

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