Html Css Color HEX #DBB395 Pancho

📋 copy color: '#DBB395'

red 219 ◦ green 179 ◦ blue 149

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

Shades of Pancho #DBB395

Tints of Pancho #DBB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 40.04%
G = 32.72%
B = 27.24%

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

#DBB395 (or 0xDBB395) is known color: Pancho. HEX triplet: DB, B3 and 95. RGB value is (219,179,149). Sum of RGB (Red+Green+Blue) = 219+179+149=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB395 is #244C6A. Grayscale: #BBBBBB. Windows color (decimal): -2378859 or 9810907. OLE color: 9810907.

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

Color convert

RGB 219 179 149 -
CMYK 0 0.18 0.32 0.14
HSL 25.71º 0.49% 0.72% -
HSV(B) 25.71º 0.32% 0.86% -
XYZ 50.76 49.47 35.31 -
YUV 187.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 219 179 149 0 0.18 0.32 0.14 25.71 0.49 0.72
Hex DB B3 95 0 12 20 E 1A 31 48
Octal 333 263 225 0 22 40 16 32 61 110
Binary 11011011 10110011 10010101 0 10010 100000 1110 11010 110001 1001000

Color Harmonies of #DBB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB395

Black with #DBB395

Text Example


Text Example

White with #DBB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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