#DDA15A

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

Shades of Porsche #DDA15A

Tints of Porsche #DDA15A

Color information

#DDA15A (or 0xDDA15A) is unknown color: approx Porsche. HEX triplet: DD, A1 and 5A. RGB value is (221,161,90). Sum of RGB (Red+Green+Blue) = 221+161+90=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15A is #225EA5. Grayscale: #ABABAB. Windows color (decimal): -2252454 or 5939677. OLE color: 5939677.

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

Color convert

RGB22116190-
CMYK00.270.590.13
HSL32.52º65.83%60.98%-
HSV(B)32.52º59.28%86.67%-
XYZ44.4141.615.36-
YUV170.8582.38163.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=46.82%
G=34.11%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211619000.270.590.1332.5265.8360.98
HexDDA15A01B3BD21423d
Octal33524113203373154110275
Binary1101110110100001101101001101111101111011000011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA15A; }

 p { color: rgb(221,161,90); }

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

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

 a { background-color: rgb(221,161,90); }

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

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

 span { border-color: rgb(221,161,90); }

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