#DDB68F

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

Shades of Pancho #DDB68F

Tints of Pancho #DDB68F

Color information

#DDB68F (or 0xDDB68F) is unknown color: approx Pancho. HEX triplet: DD, B6 and 8F. RGB value is (221,182,143). Sum of RGB (Red+Green+Blue) = 221+182+143=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68F is #224970. Grayscale: #BDBDBD. Windows color (decimal): -2247025 or 9418461. OLE color: 9418461.

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

Color convert

RGB221182143-
CMYK00.180.350.13
HSL30º53.42%71.37%-
HSV(B)30º35.29%86.67%-
XYZ51.550.8133.08-
YUV189.21101.92150.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118214300.180.350.133053.4271.37
HexDDB68F01223D1e3547
Octal33526621702243153665107
Binary1101110110110110100011110100101000111101111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB68F; }

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

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

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

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

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

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

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

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