#DDB698

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

Shades of Pancho #DDB698

Tints of Pancho #DDB698

Color information

#DDB698 (or 0xDDB698) is unknown color: approx Pancho. HEX triplet: DD, B6 and 98. RGB value is (221,182,152). Sum of RGB (Red+Green+Blue) = 221+182+152=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB698 is #224967. Grayscale: #BEBEBE. Windows color (decimal): -2247016 or 10008285. OLE color: 10008285.

HSL color Cylindrical-coordinate representation of color #DDB698: hue angle of 26.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB698 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221182152-
CMYK00.180.310.13
HSL26.09º50.36%73.14%-
HSV(B)26.09º31.22%86.67%-
XYZ52.2151.136.82-
YUV190.24106.42149.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=39.82%
G=32.79%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118215200.180.310.1326.0950.3673.14
HexDDB6980121FD1a3249
Octal33526623002237153262111
Binary110111011011011010011000010010111111101110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB698; }

 p { color: rgb(221,182,152); }

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

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

 a { background-color: rgb(221,182,152); }

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

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

 span { border-color: rgb(221,182,152); }

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