Html Css Color HEX #DBB692 Pancho

📋 copy color: '#DBB692'

red 219 ◦ green 182 ◦ blue 146

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

Shades of Pancho #DBB692

Tints of Pancho #DBB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

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

R = 40.04%
G = 33.27%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBB692 (or 0xDBB692) is known color: Pancho. HEX triplet: DB, B6 and 92. RGB value is (219,182,146). Sum of RGB (Red+Green+Blue) = 219+182+146=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB692 is #24496D. Grayscale: #BDBDBD. Windows color (decimal): -2378094 or 9615067. OLE color: 9615067.

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

Color convert

RGB 219 182 146 -
CMYK 0 0.17 0.33 0.14
HSL 29.59º 0.5% 0.72% -
HSV(B) 29.59º 0.33% 0.86% -
XYZ 51.13 50.59 34.26 -
YUV 188.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 219 182 146 0 0.17 0.33 0.14 29.59 0.5 0.72
Hex DB B6 92 0 11 21 E 1E 32 48
Octal 333 266 222 0 21 41 16 36 62 110
Binary 11011011 10110110 10010010 0 10001 100001 1110 11110 110010 1001000

Color Harmonies of #DBB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB692

Black with #DBB692

Text Example


Text Example

White with #DBB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB692; }

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

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

background-color css

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

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

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

border-color css

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

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

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