Html Css Color HEX #DBB490 Pancho

📋 copy color: '#DBB490'

red 219 ◦ green 180 ◦ blue 144

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

Shades of Pancho #DBB490

Tints of Pancho #DBB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

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

R = 40.33%
G = 33.15%
B = 26.52%

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

#DBB490 (or 0xDBB490) is known color: Pancho. HEX triplet: DB, B4 and 90. RGB value is (219,180,144). Sum of RGB (Red+Green+Blue) = 219+180+144=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB490 is #244B6F. Grayscale: #BBBBBB. Windows color (decimal): -2378608 or 9483483. OLE color: 9483483.

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

Color convert

RGB 219 180 144 -
CMYK 0 0.18 0.34 0.14
HSL 28.8º 0.51% 0.71% -
HSV(B) 28.8º 0.34% 0.86% -
XYZ 50.57 49.72 33.32 -
YUV 187.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 219 180 144 0 0.18 0.34 0.14 28.8 0.51 0.71
Hex DB B4 90 0 12 22 E 1D 33 47
Octal 333 264 220 0 22 42 16 35 63 107
Binary 11011011 10110100 10010000 0 10010 100010 1110 11101 110011 1000111

Color Harmonies of #DBB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB490

Black with #DBB490

Text Example


Text Example

White with #DBB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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