Html Css Color HEX #DBB496 Pancho

📋 copy color: '#DBB496'

red 219 ◦ green 180 ◦ blue 150

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

Shades of Pancho #DBB496

Tints of Pancho #DBB496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 39.89%
G = 32.79%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB496 (or 0xDBB496) is known color: Pancho. HEX triplet: DB, B4 and 96. RGB value is (219,180,150). Sum of RGB (Red+Green+Blue) = 219+180+150=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB496 is #244B69. Grayscale: #BCBCBC. Windows color (decimal): -2378602 or 9876699. OLE color: 9876699.

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

Color convert

RGB 219 180 150 -
CMYK 0 0.18 0.32 0.14
HSL 26.09º 0.49% 0.72% -
HSV(B) 26.09º 0.32% 0.86% -
XYZ 51.04 49.9 35.8 -
YUV 188.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 219 180 150 0 0.18 0.32 0.14 26.09 0.49 0.72
Hex DB B4 96 0 12 20 E 1A 31 48
Octal 333 264 226 0 22 40 16 32 61 110
Binary 11011011 10110100 10010110 0 10010 100000 1110 11010 110001 1001000

Color Harmonies of #DBB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB496

Black with #DBB496

Text Example


Text Example

White with #DBB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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