#DABA93

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

Shades of Pancho #DABA93

Tints of Pancho #DABA93

Color information

#DABA93 (or 0xDABA93) is unknown color: approx Pancho. HEX triplet: DA, BA and 93. RGB value is (218,186,147). Sum of RGB (Red+Green+Blue) = 218+186+147=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA93 is #25456C. Grayscale: #BFBFBF. Windows color (decimal): -2442605 or 9681626. OLE color: 9681626.

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

Color convert

RGB218186147-
CMYK00.150.330.15
HSL32.96º48.97%71.57%-
HSV(B)32.96º32.57%85.49%-
XYZ51.7452.1334.94-
YUV191.12103.1147.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=39.56%
G=33.76%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818614700.150.330.1532.9648.9771.57
HexDABA930F21F213148
Octal33227222301741174161110
Binary1101101010111010100100110111110000111111000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA93; }

 p { color: rgb(218,186,147); }

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

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

 a { background-color: rgb(218,186,147); }

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

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

 span { border-color: rgb(218,186,147); }

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