Html Css Color HEX #DBB290 Pancho

📋 copy color: '#DBB290'

red 219 ◦ green 178 ◦ blue 144

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

Shades of Pancho #DBB290

Tints of Pancho #DBB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

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

R = 40.48%
G = 32.9%
B = 26.62%

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

#DBB290 (or 0xDBB290) is known color: Pancho. HEX triplet: DB, B2 and 90. RGB value is (219,178,144). Sum of RGB (Red+Green+Blue) = 219+178+144=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB290 is #244D6F. Grayscale: #BABABA. Windows color (decimal): -2379120 or 9482971. OLE color: 9482971.

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

Color convert

RGB 219 178 144 -
CMYK 0 0.19 0.34 0.14
HSL 27.2º 0.51% 0.71% -
HSV(B) 27.2º 0.34% 0.86% -
XYZ 50.17 48.91 33.18 -
YUV 186.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 219 178 144 0 0.19 0.34 0.14 27.2 0.51 0.71
Hex DB B2 90 0 13 22 E 1B 33 47
Octal 333 262 220 0 23 42 16 33 63 107
Binary 11011011 10110010 10010000 0 10011 100010 1110 11011 110011 1000111

Color Harmonies of #DBB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB290

Black with #DBB290

Text Example


Text Example

White with #DBB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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