#DDA060

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

Shades of Porsche #DDA060

Tints of Porsche #DDA060

Color information

#DDA060 (or 0xDDA060) is unknown color: approx Porsche. HEX triplet: DD, A0 and 60. RGB value is (221,160,96). Sum of RGB (Red+Green+Blue) = 221+160+96=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA060 is #225F9F. Grayscale: #ABABAB. Windows color (decimal): -2252704 or 6332637. OLE color: 6332637.

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

Color convert

RGB22116096-
CMYK00.280.570.13
HSL30.72º64.77%62.16%-
HSV(B)30.72º56.56%86.67%-
XYZ44.541.3616.7-
YUV170.9485.71163.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=46.33%
G=33.54%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211609600.280.570.1330.7264.7762.16
HexDDA06001C39D1f413e
Octal33524014003471153710176
Binary110111011010000011000000111001110011101111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA060; }

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

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

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

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

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

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

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

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