#DD995C

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

Shades of Porsche #DD995C

Tints of Porsche #DD995C

Color information

#DD995C (or 0xDD995C) is unknown color: approx Porsche. HEX triplet: DD, 99 and 5C. RGB value is (221,153,92). Sum of RGB (Red+Green+Blue) = 221+153+92=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD995C is #2266A3. Grayscale: #A6A6A6. Windows color (decimal): -2254500 or 6068701. OLE color: 6068701.

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

Color convert

RGB22115392-
CMYK00.310.580.13
HSL28.37º65.48%61.37%-
HSV(B)28.37º58.37%86.67%-
XYZ43.1438.9315.37-
YUV166.3886.03166.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=47.42%
G=32.83%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211539200.310.580.1328.3765.4861.37
HexDD995C01F3AD1c413d
Octal33523113403772153410175
Binary110111011001100110111000111111110101101111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD995C; }

 p { color: rgb(221,153,92); }

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

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

 a { background-color: rgb(221,153,92); }

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

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

 span { border-color: rgb(221,153,92); }

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