#DABD9B

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

Shades of Pancho #DABD9B

Tints of Pancho #DABD9B

Color information

#DABD9B (or 0xDABD9B) is unknown color: approx Pancho. HEX triplet: DA, BD and 9B. RGB value is (218,189,155). Sum of RGB (Red+Green+Blue) = 218+189+155=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD9B is #254264. Grayscale: #C1C1C1. Windows color (decimal): -2441829 or 10206682. OLE color: 10206682.

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

Color convert

RGB218189155-
CMYK00.130.290.15
HSL32.38º45.99%73.14%-
HSV(B)32.38º28.9%85.49%-
XYZ53.0353.6738.57-
YUV193.8106.11145.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=38.79%
G=33.63%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818915500.130.290.1532.3845.9973.14
HexDABD9B0D1DF202e49
Octal33227523301535174056111
Binary110110101011110110011011011011110111111000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD9B; }

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

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

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

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

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

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

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

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