#DDA463

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

Shades of Porsche #DDA463

Tints of Porsche #DDA463

Color information

#DDA463 (or 0xDDA463) is unknown color: approx Porsche. HEX triplet: DD, A4 and 63. RGB value is (221,164,99). Sum of RGB (Red+Green+Blue) = 221+164+99=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA463 is #225B9C. Grayscale: #ADADAD. Windows color (decimal): -2251677 or 6530269. OLE color: 6530269.

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

Color convert

RGB22116499-
CMYK00.260.550.13
HSL31.97º64.21%62.75%-
HSV(B)31.97º55.2%86.67%-
XYZ45.3542.8217.68-
YUV173.6385.88161.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=45.66%
G=33.88%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211649900.260.550.1331.9764.2162.75
HexDDA46301A37D20403f
Octal33524414303267154010077
Binary1101110110100100110001101101011011111011000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA463; }

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

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

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

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

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

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

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

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