Html Css Color HEX #DBB493 Pancho

📋 copy color: '#DBB493'

red 219 ◦ green 180 ◦ blue 147

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

Shades of Pancho #DBB493

Tints of Pancho #DBB493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 40.11%
G = 32.97%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBB493 (or 0xDBB493) is known color: Pancho. HEX triplet: DB, B4 and 93. RGB value is (219,180,147). Sum of RGB (Red+Green+Blue) = 219+180+147=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB493 is #244B6C. Grayscale: #BCBCBC. Windows color (decimal): -2378605 or 9680091. OLE color: 9680091.

HSL color Cylindrical-coordinate representation of color #DBB493: hue angle of 27.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBB493 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 147 -
CMYK 0 0.18 0.33 0.14
HSL 27.5º 0.5% 0.72% -
HSV(B) 27.5º 0.33% 0.86% -
XYZ 50.8 49.81 34.54 -
YUV 187.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 219 180 147 0 0.18 0.33 0.14 27.5 0.5 0.72
Hex DB B4 93 0 12 21 E 1C 32 48
Octal 333 264 223 0 22 41 16 34 62 110
Binary 11011011 10110100 10010011 0 10010 100001 1110 11100 110010 1001000

Color Harmonies of #DBB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB493

Black with #DBB493

Text Example


Text Example

White with #DBB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB493; }

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

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

background-color css

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

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

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

border-color css

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

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

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