#DABF96

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

Shades of Pancho #DABF96

Tints of Pancho #DABF96

Color information

#DABF96 (or 0xDABF96) is unknown color: approx Pancho. HEX triplet: DA, BF and 96. RGB value is (218,191,150). Sum of RGB (Red+Green+Blue) = 218+191+150=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF96 is #254069. Grayscale: #C2C2C2. Windows color (decimal): -2441322 or 9879514. OLE color: 9879514.

HSL color Cylindrical-coordinate representation of color #DABF96: hue angle of 36.18º 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 #DABF96 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218191150-
CMYK00.120.310.15
HSL36.18º47.89%72.16%-
HSV(B)36.18º31.19%85.49%-
XYZ53.0554.3736.55-
YUV194.4102.95144.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=39.00%
G=34.17%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819115000.120.310.1536.1847.8972.16
HexDABF960C1FF243048
Octal33227722601437174460110
Binary110110101011111110010110011001111111111001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF96; }

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

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

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

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

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

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

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

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