#DD9D6C

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

Shades of Porsche #DD9D6C

Tints of Porsche #DD9D6C

Color information

#DD9D6C (or 0xDD9D6C) is unknown color: approx Porsche. HEX triplet: DD, 9D and 6C. RGB value is (221,157,108). Sum of RGB (Red+Green+Blue) = 221+157+108=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D6C is #226293. Grayscale: #AAAAAA. Windows color (decimal): -2253460 or 7118301. OLE color: 7118301.

HSL color Cylindrical-coordinate representation of color #DD9D6C: hue angle of 26.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD9D6C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221157108-
CMYK00.290.510.13
HSL26.02º62.43%64.51%-
HSV(B)26.02º51.13%86.67%-
XYZ44.5840.5719.67-
YUV170.5592.7163.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=45.47%
G=32.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115710800.290.510.1326.0262.4364.51
HexDD9D6C01D33D1a3e41
Octal33523515403563153276101
Binary110111011001110111011000111011100111101110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D6C; }

 p { color: rgb(221,157,108); }

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

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

 a { background-color: rgb(221,157,108); }

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

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

 span { border-color: rgb(221,157,108); }

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