Html Css Color HEX #DBB992 Pancho

📋 copy color: '#DBB992'

red 219 ◦ green 185 ◦ blue 146

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

Shades of Pancho #DBB992

Tints of Pancho #DBB992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.55%

R = 39.82%
G = 33.64%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBB992 (or 0xDBB992) is known color: Pancho. HEX triplet: DB, B9 and 92. RGB value is (219,185,146). Sum of RGB (Red+Green+Blue) = 219+185+146=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB992 is #24466D. Grayscale: #BEBEBE. Windows color (decimal): -2377326 or 9615835. OLE color: 9615835.

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

Color convert

RGB 219 185 146 -
CMYK 0 0.16 0.33 0.14
HSL 32.05º 0.5% 0.72% -
HSV(B) 32.05º 0.33% 0.86% -
XYZ 51.75 51.83 34.47 -
YUV 190.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 219 185 146 0 0.16 0.33 0.14 32.05 0.5 0.72
Hex DB B9 92 0 10 21 E 20 32 48
Octal 333 271 222 0 20 41 16 40 62 110
Binary 11011011 10111001 10010010 0 10000 100001 1110 100000 110010 1001000

Color Harmonies of #DBB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB992

Black with #DBB992

Text Example


Text Example

White with #DBB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB992; }

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

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

background-color css

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

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

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

border-color css

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

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

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