#DBB694

Color #DBB694 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DBB694

Tints of Pancho #DBB694

Color information

#DBB694 (or 0xDBB694) is unknown color: approx Pancho. HEX triplet: DB, B6 and 94. RGB value is (219,182,148). Sum of RGB (Red+Green+Blue) = 219+182+148=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB694 is #24496B. Grayscale: #BDBDBD. Windows color (decimal): -2378092 or 9746139. OLE color: 9746139.

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

Color convert

RGB219182148-
CMYK00.170.320.14
HSL28.73º49.65%71.96%-
HSV(B)28.73º32.42%85.88%-
XYZ51.2950.6535.09-
YUV189.19104.76149.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=39.89%
G=33.15%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918214800.170.320.1428.7349.6571.96
HexDBB69401120E1d3248
Octal33326622402140163562110
Binary1101101110110110100101000100011000001110111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB694; }

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

 H1.HeaderClassName
 {
   color: #DBB694;
 }
 .AnyTagClassName
 {
   color: #DBB694;
 }
</style>
background-color css

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

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

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

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

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

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