#DAB996

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

Shades of Pancho #DAB996

Tints of Pancho #DAB996

Color information

#DAB996 (or 0xDAB996) is unknown color: approx Pancho. HEX triplet: DA, B9 and 96. RGB value is (218,185,150). Sum of RGB (Red+Green+Blue) = 218+185+150=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB996 is #254669. Grayscale: #BFBFBF. Windows color (decimal): -2442858 or 9877978. OLE color: 9877978.

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

Color convert

RGB218185150-
CMYK00.150.310.15
HSL30.88º47.89%72.16%-
HSV(B)30.88º31.19%85.49%-
XYZ51.7751.8136.13-
YUV190.88104.93147.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=39.42%
G=33.45%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818515000.150.310.1530.8847.8972.16
HexDAB9960F1FF1f3048
Octal33227122601737173760110
Binary11011010101110011001011001111111111111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB996; }

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

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

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

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

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

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

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

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