#DABA92

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

Shades of Pancho #DABA92

Tints of Pancho #DABA92

Color information

#DABA92 (or 0xDABA92) is unknown color: approx Pancho. HEX triplet: DA, BA and 92. RGB value is (218,186,146). Sum of RGB (Red+Green+Blue) = 218+186+146=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA92 is #25456D. Grayscale: #BFBFBF. Windows color (decimal): -2442606 or 9616090. OLE color: 9616090.

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

Color convert

RGB218186146-
CMYK00.150.330.15
HSL33.33º49.32%71.37%-
HSV(B)33.33º33.03%85.49%-
XYZ51.6652.134.53-
YUV191.01102.6147.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=39.64%
G=33.82%
B=26.55%

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
Decimal21818614600.150.330.1533.3349.3271.37
HexDABA920F21F213147
Octal33227222201741174161107
Binary1101101010111010100100100111110000111111000011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA92; }

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

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

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

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

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

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

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

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