#DD994F

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

Shades of Porsche #DD994F

Tints of Porsche #DD994F

Color information

#DD994F (or 0xDD994F) is unknown color: approx Porsche. HEX triplet: DD, 99 and 4F. RGB value is (221,153,79). Sum of RGB (Red+Green+Blue) = 221+153+79=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD994F is #2266B0. Grayscale: #A5A5A5. Windows color (decimal): -2254513 or 5216733. OLE color: 5216733.

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

Color convert

RGB22115379-
CMYK00.310.640.13
HSL31.27º67.62%58.82%-
HSV(B)31.27º64.25%86.67%-
XYZ42.6238.7212.62-
YUV164.979.53168.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=48.79%
G=33.77%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211537900.310.640.1331.2767.6258.82
HexDD994F01F40D1f443b
Octal335231117037100153710473
Binary1101110110011001100111101111110000001101111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD994F; }

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

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

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

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

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

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

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

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