#DDA063

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

Shades of Porsche #DDA063

Tints of Porsche #DDA063

Color information

#DDA063 (or 0xDDA063) is unknown color: approx Porsche. HEX triplet: DD, A0 and 63. RGB value is (221,160,99). Sum of RGB (Red+Green+Blue) = 221+160+99=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA063 is #225F9C. Grayscale: #ABABAB. Windows color (decimal): -2252701 or 6529245. OLE color: 6529245.

HSL color Cylindrical-coordinate representation of color #DDA063: hue angle of 30º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDA063 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22116099-
CMYK00.280.550.13
HSL30º64.21%62.75%-
HSV(B)30º55.2%86.67%-
XYZ44.6441.4117.45-
YUV171.2887.21163.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 20.62%
R=46.04%
G=33.33%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211609900.280.550.133064.2162.75
HexDDA06301C37D1e403f
Octal33524014303467153610077
Binary110111011010000011000110111001101111101111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA063; }

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

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

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

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

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

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

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

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