#DD9E60

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

Shades of Porsche #DD9E60

Tints of Porsche #DD9E60

Color information

#DD9E60 (or 0xDD9E60) is unknown color: approx Porsche. HEX triplet: DD, 9E and 60. RGB value is (221,158,96). Sum of RGB (Red+Green+Blue) = 221+158+96=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E60 is #22619F. Grayscale: #AAAAAA. Windows color (decimal): -2253216 or 6332125. OLE color: 6332125.

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

Color convert

RGB22115896-
CMYK00.290.570.13
HSL29.76º64.77%62.16%-
HSV(B)29.76º56.56%86.67%-
XYZ44.1640.6716.59-
YUV169.7786.37164.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=46.53%
G=33.26%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211589600.290.570.1329.7664.7762.16
HexDD9E6001D39D1e413e
Octal33523614003571153610176
Binary110111011001111011000000111011110011101111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E60; }

 p { color: rgb(221,158,96); }

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

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

 a { background-color: rgb(221,158,96); }

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

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

 span { border-color: rgb(221,158,96); }

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