#DAB792

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

Shades of Pancho #DAB792

Tints of Pancho #DAB792

Color information

#DAB792 (or 0xDAB792) is unknown color: approx Pancho. HEX triplet: DA, B7 and 92. RGB value is (218,183,146). Sum of RGB (Red+Green+Blue) = 218+183+146=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB792 is #25486D. Grayscale: #BDBDBD. Windows color (decimal): -2443374 or 9615322. OLE color: 9615322.

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

Color convert

RGB218183146-
CMYK00.160.330.15
HSL30.83º49.32%71.37%-
HSV(B)30.83º33.03%85.49%-
XYZ51.0450.8534.32-
YUV189.25103.6148.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=39.85%
G=33.46%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818314600.160.330.1530.8349.3271.37
HexDAB79201021F1f3147
Octal33226722202041173761107
Binary1101101010110111100100100100001000011111111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB792; }

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

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

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

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

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

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

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

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