#DD9A4F

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

Shades of Porsche #DD9A4F

Tints of Porsche #DD9A4F

Color information

#DD9A4F (or 0xDD9A4F) is unknown color: approx Porsche. HEX triplet: DD, 9A and 4F. RGB value is (221,154,79). Sum of RGB (Red+Green+Blue) = 221+154+79=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A4F is #2265B0. Grayscale: #A5A5A5. Windows color (decimal): -2254257 or 5216989. OLE color: 5216989.

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

Color convert

RGB22115479-
CMYK00.300.640.13
HSL31.69º67.62%58.82%-
HSV(B)31.69º64.25%86.67%-
XYZ42.7939.0512.68-
YUV165.4879.2167.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=48.68%
G=33.92%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211547900.300.640.1331.6967.6258.82
HexDD9A4F01E40D20443b
Octal335232117036100154010473
Binary11011101100110101001111011110100000011011000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A4F; }

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

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

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

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

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

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

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

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