#DD9E61

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

Shades of Porsche #DD9E61

Tints of Porsche #DD9E61

Color information

#DD9E61 (or 0xDD9E61) is unknown color: approx Porsche. HEX triplet: DD, 9E and 61. RGB value is (221,158,97). Sum of RGB (Red+Green+Blue) = 221+158+97=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E61 is #22619E. Grayscale: #AAAAAA. Windows color (decimal): -2253215 or 6397661. OLE color: 6397661.

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

Color convert

RGB22115897-
CMYK00.290.560.13
HSL29.52º64.58%62.35%-
HSV(B)29.52º56.11%86.67%-
XYZ44.240.6916.83-
YUV169.8886.87164.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=46.43%
G=33.19%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211589700.290.560.1329.5264.5862.35
HexDD9E6101D38D1e413e
Octal33523614103570153610176
Binary110111011001111011000010111011110001101111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E61; }

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

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

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

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

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

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

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

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