Html Css Color HEX #DBB390 Pancho

📋 copy color: '#DBB390'

red 219 ◦ green 179 ◦ blue 144

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

Shades of Pancho #DBB390

Tints of Pancho #DBB390

RGB

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

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

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

R = 40.41%
G = 33.03%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBB390 (or 0xDBB390) is known color: Pancho. HEX triplet: DB, B3 and 90. RGB value is (219,179,144). Sum of RGB (Red+Green+Blue) = 219+179+144=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB390 is #244C6F. Grayscale: #BBBBBB. Windows color (decimal): -2378864 or 9483227. OLE color: 9483227.

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

Color convert

RGB 219 179 144 -
CMYK 0 0.18 0.34 0.14
HSL 28º 0.51% 0.71% -
HSV(B) 28º 0.34% 0.86% -
XYZ 50.37 49.31 33.25 -
YUV 186.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 219 179 144 0 0.18 0.34 0.14 28 0.51 0.71
Hex DB B3 90 0 12 22 E 1C 33 47
Octal 333 263 220 0 22 42 16 34 63 107
Binary 11011011 10110011 10010000 0 10010 100010 1110 11100 110011 1000111

Color Harmonies of #DBB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB390

Black with #DBB390

Text Example


Text Example

White with #DBB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB390; }

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

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

background-color css

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

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

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

border-color css

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

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

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