#DD9A5C

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

Shades of Porsche #DD9A5C

Tints of Porsche #DD9A5C

Color information

#DD9A5C (or 0xDD9A5C) is unknown color: approx Porsche. HEX triplet: DD, 9A and 5C. RGB value is (221,154,92). Sum of RGB (Red+Green+Blue) = 221+154+92=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A5C is #2265A3. Grayscale: #A7A7A7. Windows color (decimal): -2254244 or 6068957. OLE color: 6068957.

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

Color convert

RGB22115492-
CMYK00.300.580.13
HSL28.84º65.48%61.37%-
HSV(B)28.84º58.37%86.67%-
XYZ43.3139.2615.42-
YUV166.9685.7166.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=47.32%
G=32.98%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211549200.300.580.1328.8465.4861.37
HexDD9A5C01E3AD1d413d
Octal33523213403672153510175
Binary110111011001101010111000111101110101101111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A5C; }

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

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

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

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

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

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

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

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