Html Css Color HEX #DBB995 Pancho

📋 copy color: '#DBB995'

red 219 ◦ green 185 ◦ blue 149

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

Shades of Pancho #DBB995

Tints of Pancho #DBB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.45%

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

R = 39.6%
G = 33.45%
B = 26.94%

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

#DBB995 (or 0xDBB995) is known color: Pancho. HEX triplet: DB, B9 and 95. RGB value is (219,185,149). Sum of RGB (Red+Green+Blue) = 219+185+149=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB995 is #24466A. Grayscale: #BFBFBF. Windows color (decimal): -2377323 or 9812443. OLE color: 9812443.

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

Color convert

RGB 219 185 149 -
CMYK 0 0.16 0.32 0.14
HSL 30.86º 0.49% 0.72% -
HSV(B) 30.86º 0.32% 0.86% -
XYZ 51.99 51.93 35.72 -
YUV 191.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 219 185 149 0 0.16 0.32 0.14 30.86 0.49 0.72
Hex DB B9 95 0 10 20 E 1F 31 48
Octal 333 271 225 0 20 40 16 37 61 110
Binary 11011011 10111001 10010101 0 10000 100000 1110 11111 110001 1001000

Color Harmonies of #DBB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB995

Black with #DBB995

Text Example


Text Example

White with #DBB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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