Html Css Color HEX #DBB999 Pancho

📋 copy color: '#DBB999'

red 219 ◦ green 185 ◦ blue 153

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

Shades of Pancho #DBB999

Tints of Pancho #DBB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.21%

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 39.32%
G = 33.21%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBB999 (or 0xDBB999) is known color: Pancho. HEX triplet: DB, B9 and 99. RGB value is (219,185,153). Sum of RGB (Red+Green+Blue) = 219+185+153=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB999 is #244666. Grayscale: #BFBFBF. Windows color (decimal): -2377319 or 10074587. OLE color: 10074587.

HSL color Cylindrical-coordinate representation of color #DBB999: hue angle of 29.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB999 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 153 -
CMYK 0 0.16 0.30 0.14
HSL 29.09º 0.48% 0.73% -
HSV(B) 29.09º 0.3% 0.86% -
XYZ 52.31 52.06 37.43 -
YUV 191.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 219 185 153 0 0.16 0.30 0.14 29.09 0.48 0.73
Hex DB B9 99 0 10 1E E 1D 30 49
Octal 333 271 231 0 20 36 16 35 60 111
Binary 11011011 10111001 10011001 0 10000 11110 1110 11101 110000 1001001

Color Harmonies of #DBB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB999

Black with #DBB999

Text Example


Text Example

White with #DBB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB999; }

 p { color: rgb(219,185,153); }

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

background-color css

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

 a { background-color: rgb(219,185,153); }

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

border-color css

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

 span { border-color: rgb(219,185,153); }

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