Html Css Color HEX #DBB090 Pancho

📋 copy color: '#DBB090'

red 219 ◦ green 176 ◦ blue 144

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

Shades of Pancho #DBB090

Tints of Pancho #DBB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.65%

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

R = 40.63%
G = 32.65%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBB090 (or 0xDBB090) is known color: Pancho. HEX triplet: DB, B0 and 90. RGB value is (219,176,144). Sum of RGB (Red+Green+Blue) = 219+176+144=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB090 is #244F6F. Grayscale: #B9B9B9. Windows color (decimal): -2379632 or 9482459. OLE color: 9482459.

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

Color convert

RGB 219 176 144 -
CMYK 0 0.20 0.34 0.14
HSL 25.6º 0.51% 0.71% -
HSV(B) 25.6º 0.34% 0.86% -
XYZ 49.77 48.12 33.05 -
YUV 185.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 219 176 144 0 0.20 0.34 0.14 25.6 0.51 0.71
Hex DB B0 90 0 14 22 E 1A 33 47
Octal 333 260 220 0 24 42 16 32 63 107
Binary 11011011 10110000 10010000 0 10100 100010 1110 11010 110011 1000111

Color Harmonies of #DBB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB090

Black with #DBB090

Text Example


Text Example

White with #DBB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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