#DDA660

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

Shades of Porsche #DDA660

Tints of Porsche #DDA660

Color information

#DDA660 (or 0xDDA660) is unknown color: approx Porsche. HEX triplet: DD, A6 and 60. RGB value is (221,166,96). Sum of RGB (Red+Green+Blue) = 221+166+96=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA660 is #22599F. Grayscale: #AEAEAE. Windows color (decimal): -2251168 or 6334173. OLE color: 6334173.

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

Color convert

RGB22116696-
CMYK00.250.570.13
HSL33.6º64.77%62.16%-
HSV(B)33.6º56.56%86.67%-
XYZ45.5743.4917.06-
YUV174.4683.72161.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=45.76%
G=34.37%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211669600.250.570.1333.664.7762.16
HexDDA66001939D22413e
Octal33524614003171154210176
Binary1101110110100110110000001100111100111011000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA660; }

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

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

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

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

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

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

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

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