Html Css Color HEX #DBB594 Pancho

📋 copy color: '#DBB594'

red 219 ◦ green 181 ◦ blue 148

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

Shades of Pancho #DBB594

Tints of Pancho #DBB594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.03%

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 39.96%
G = 33.03%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB594 (or 0xDBB594) is known color: Pancho. HEX triplet: DB, B5 and 94. RGB value is (219,181,148). Sum of RGB (Red+Green+Blue) = 219+181+148=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB594 is #244A6B. Grayscale: #BCBCBC. Windows color (decimal): -2378348 or 9745883. OLE color: 9745883.

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

Color convert

RGB 219 181 148 -
CMYK 0 0.17 0.32 0.14
HSL 27.89º 0.5% 0.72% -
HSV(B) 27.89º 0.32% 0.86% -
XYZ 51.08 50.25 35.02 -
YUV 188.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 219 181 148 0 0.17 0.32 0.14 27.89 0.5 0.72
Hex DB B5 94 0 11 20 E 1C 32 48
Octal 333 265 224 0 21 40 16 34 62 110
Binary 11011011 10110101 10010100 0 10001 100000 1110 11100 110010 1001000

Color Harmonies of #DBB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB594

Black with #DBB594

Text Example


Text Example

White with #DBB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB594; }

 p { color: rgb(219,181,148); }

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

background-color css

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

 a { background-color: rgb(219,181,148); }

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

border-color css

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

 span { border-color: rgb(219,181,148); }

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