#DABB96

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

Shades of Pancho #DABB96

Tints of Pancho #DABB96

Color information

#DABB96 (or 0xDABB96) is unknown color: approx Pancho. HEX triplet: DA, BB and 96. RGB value is (218,187,150). Sum of RGB (Red+Green+Blue) = 218+187+150=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB96 is #254469. Grayscale: #C0C0C0. Windows color (decimal): -2442346 or 9878490. OLE color: 9878490.

HSL color Cylindrical-coordinate representation of color #DABB96: hue angle of 32.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DABB96 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218187150-
CMYK00.140.310.15
HSL32.65º47.89%72.16%-
HSV(B)32.65º31.19%85.49%-
XYZ52.1952.6536.27-
YUV192.05104.27146.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=39.28%
G=33.69%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818715000.140.310.1532.6547.8972.16
HexDABB960E1FF213048
Octal33227322601637174160110
Binary110110101011101110010110011101111111111000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB96; }

 p { color: rgb(218,187,150); }

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

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

 a { background-color: rgb(218,187,150); }

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

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

 span { border-color: rgb(218,187,150); }

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