Html Css Color HEX #DBB99B Pancho

📋 copy color: '#DBB99B'

red 219 ◦ green 185 ◦ blue 155

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

Shades of Pancho #DBB99B

Tints of Pancho #DBB99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.73%

R = 39.18%
G = 33.09%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBB99B (or 0xDBB99B) is known color: Pancho. HEX triplet: DB, B9 and 9B. RGB value is (219,185,155). Sum of RGB (Red+Green+Blue) = 219+185+155=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99B is #244664. Grayscale: #BFBFBF. Windows color (decimal): -2377317 or 10205659. OLE color: 10205659.

HSL color Cylindrical-coordinate representation of color #DBB99B: hue angle of 28.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB99B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 155 -
CMYK 0 0.16 0.29 0.14
HSL 28.13º 0.47% 0.73% -
HSV(B) 28.13º 0.29% 0.86% -
XYZ 52.48 52.12 38.31 -
YUV 191.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 219 185 155 0 0.16 0.29 0.14 28.13 0.47 0.73
Hex DB B9 9B 0 10 1D E 1C 2F 49
Octal 333 271 233 0 20 35 16 34 57 111
Binary 11011011 10111001 10011011 0 10000 11101 1110 11100 101111 1001001

Color Harmonies of #DBB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB99B

Black with #DBB99B

Text Example


Text Example

White with #DBB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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