#DDB18F

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

Shades of Pancho #DDB18F

Tints of Pancho #DDB18F

Color information

#DDB18F (or 0xDDB18F) is unknown color: approx Pancho. HEX triplet: DD, B1 and 8F. RGB value is (221,177,143). Sum of RGB (Red+Green+Blue) = 221+177+143=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18F is #224E70. Grayscale: #BABABA. Windows color (decimal): -2248305 or 9417181. OLE color: 9417181.

HSL color Cylindrical-coordinate representation of color #DDB18F: hue angle of 26.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDB18F is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221177143-
CMYK00.200.350.13
HSL26.15º53.42%71.37%-
HSV(B)26.15º35.29%86.67%-
XYZ50.548.832.74-
YUV186.28103.58152.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 143 (56.25% from 255) = 26.43%
R=40.85%
G=32.72%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117714300.200.350.1326.1553.4271.37
HexDDB18F01423D1a3547
Octal33526121702443153265107
Binary1101110110110001100011110101001000111101110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB18F; }

 p { color: rgb(221,177,143); }

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

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

 a { background-color: rgb(221,177,143); }

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

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

 span { border-color: rgb(221,177,143); }

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