#DABD98

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

Shades of Pancho #DABD98

Tints of Pancho #DABD98

Color information

#DABD98 (or 0xDABD98) is unknown color: approx Pancho. HEX triplet: DA, BD and 98. RGB value is (218,189,152). Sum of RGB (Red+Green+Blue) = 218+189+152=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD98 is #254267. Grayscale: #C1C1C1. Windows color (decimal): -2441832 or 10010074. OLE color: 10010074.

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

Color convert

RGB218189152-
CMYK00.130.300.15
HSL33.64º47.14%72.55%-
HSV(B)33.64º30.28%85.49%-
XYZ52.7853.5737.26-
YUV193.45104.61145.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=39.00%
G=33.81%
B=27.19%

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
Decimal21818915200.130.300.1533.6447.1472.55
HexDABD980D1EF222f49
Octal33227523001536174257111
Binary110110101011110110011000011011111011111000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD98; }

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

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

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

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

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

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

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

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