#DABB93

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

Shades of Pancho #DABB93

Tints of Pancho #DABB93

Color information

#DABB93 (or 0xDABB93) is unknown color: approx Pancho. HEX triplet: DA, BB and 93. RGB value is (218,187,147). Sum of RGB (Red+Green+Blue) = 218+187+147=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB93 is #25446C. Grayscale: #BFBFBF. Windows color (decimal): -2442349 or 9681882. OLE color: 9681882.

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

Color convert

RGB218187147-
CMYK00.140.330.15
HSL33.8º48.97%71.57%-
HSV(B)33.8º32.57%85.49%-
XYZ51.9552.5535.01-
YUV191.71102.77146.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=39.49%
G=33.88%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818714700.140.330.1533.848.9771.57
HexDABB930E21F223148
Octal33227322301641174261110
Binary1101101010111011100100110111010000111111000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB93; }

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

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

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

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

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

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

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

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