#DDA563

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

Shades of Porsche #DDA563

Tints of Porsche #DDA563

Color information

#DDA563 (or 0xDDA563) is unknown color: approx Porsche. HEX triplet: DD, A5 and 63. RGB value is (221,165,99). Sum of RGB (Red+Green+Blue) = 221+165+99=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA563 is #225A9C. Grayscale: #AEAEAE. Windows color (decimal): -2251421 or 6530525. OLE color: 6530525.

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

Color convert

RGB22116599-
CMYK00.250.550.13
HSL32.46º64.21%62.75%-
HSV(B)32.46º55.2%86.67%-
XYZ45.5343.1817.74-
YUV174.2285.55161.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=45.57%
G=34.02%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211659900.250.550.1332.4664.2162.75
HexDDA56301937D20403f
Octal33524514303167154010077
Binary1101110110100101110001101100111011111011000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA563; }

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

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

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

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

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

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

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

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