#DABD99

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

Shades of Pancho #DABD99

Tints of Pancho #DABD99

Color information

#DABD99 (or 0xDABD99) is unknown color: approx Pancho. HEX triplet: DA, BD and 99. RGB value is (218,189,153). Sum of RGB (Red+Green+Blue) = 218+189+153=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD99 is #254266. Grayscale: #C1C1C1. Windows color (decimal): -2441831 or 10075610. OLE color: 10075610.

HSL color Cylindrical-coordinate representation of color #DABD99: hue angle of 33.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DABD99 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218189153-
CMYK00.130.300.15
HSL33.23º46.76%72.75%-
HSV(B)33.23º29.82%85.49%-
XYZ52.8653.637.7-
YUV193.57105.11145.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=38.93%
G=33.75%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818915300.130.300.1533.2346.7672.75
HexDABD990D1EF212f49
Octal33227523101536174157111
Binary110110101011110110011001011011111011111000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD99; }

 p { color: rgb(218,189,153); }

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

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

 a { background-color: rgb(218,189,153); }

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

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

 span { border-color: rgb(218,189,153); }

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