#DAB692

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

Shades of Pancho #DAB692

Tints of Pancho #DAB692

Color information

#DAB692 (or 0xDAB692) is unknown color: approx Pancho. HEX triplet: DA, B6 and 92. RGB value is (218,182,146). Sum of RGB (Red+Green+Blue) = 218+182+146=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB692 is #25496D. Grayscale: #BCBCBC. Windows color (decimal): -2443630 or 9615066. OLE color: 9615066.

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

Color convert

RGB218182146-
CMYK00.170.330.15
HSL30º49.32%71.37%-
HSV(B)30º33.03%85.49%-
XYZ50.8350.4434.25-
YUV188.66103.93148.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=39.93%
G=33.33%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818214600.170.330.153049.3271.37
HexDAB69201121F1e3147
Octal33226622202141173661107
Binary1101101010110110100100100100011000011111111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB692; }

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

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

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

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

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

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

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

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