Html Css Color HEX #DBB190 Pancho

📋 copy color: '#DBB190'

red 219 ◦ green 177 ◦ blue 144

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

Shades of Pancho #DBB190

Tints of Pancho #DBB190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.78%

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 40.56%
G = 32.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBB190 (or 0xDBB190) is known color: Pancho. HEX triplet: DB, B1 and 90. RGB value is (219,177,144). Sum of RGB (Red+Green+Blue) = 219+177+144=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB190 is #244E6F. Grayscale: #B9B9B9. Windows color (decimal): -2379376 or 9482715. OLE color: 9482715.

HSL color Cylindrical-coordinate representation of color #DBB190: hue angle of 26.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBB190 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 144 -
CMYK 0 0.19 0.34 0.14
HSL 26.4º 0.51% 0.71% -
HSV(B) 26.4º 0.34% 0.86% -
XYZ 49.97 48.52 33.12 -
YUV 185.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 219 177 144 0 0.19 0.34 0.14 26.4 0.51 0.71
Hex DB B1 90 0 13 22 E 1A 33 47
Octal 333 261 220 0 23 42 16 32 63 107
Binary 11011011 10110001 10010000 0 10011 100010 1110 11010 110011 1000111

Color Harmonies of #DBB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB190

Black with #DBB190

Text Example


Text Example

White with #DBB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB190; }

 p { color: rgb(219,177,144); }

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

background-color css

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

 a { background-color: rgb(219,177,144); }

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

border-color css

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

 span { border-color: rgb(219,177,144); }

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