Html Css Color HEX #DBB990 Pancho

📋 copy color: '#DBB990'

red 219 ◦ green 185 ◦ blue 144

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

Shades of Pancho #DBB990

Tints of Pancho #DBB990

RGB

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

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

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

R = 39.96%
G = 33.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBB990 (or 0xDBB990) is known color: Pancho. HEX triplet: DB, B9 and 90. RGB value is (219,185,144). Sum of RGB (Red+Green+Blue) = 219+185+144=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB990 is #24466F. Grayscale: #BEBEBE. Windows color (decimal): -2377328 or 9484763. OLE color: 9484763.

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

Color convert

RGB 219 185 144 -
CMYK 0 0.16 0.34 0.14
HSL 32.8º 0.51% 0.71% -
HSV(B) 32.8º 0.34% 0.86% -
XYZ 51.6 51.77 33.66 -
YUV 190.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 219 185 144 0 0.16 0.34 0.14 32.8 0.51 0.71
Hex DB B9 90 0 10 22 E 21 33 47
Octal 333 271 220 0 20 42 16 41 63 107
Binary 11011011 10111001 10010000 0 10000 100010 1110 100001 110011 1000111

Color Harmonies of #DBB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB990

Black with #DBB990

Text Example


Text Example

White with #DBB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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