#DDA464

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

Shades of Porsche #DDA464

Tints of Porsche #DDA464

Color information

#DDA464 (or 0xDDA464) is unknown color: approx Porsche. HEX triplet: DD, A4 and 64. RGB value is (221,164,100). Sum of RGB (Red+Green+Blue) = 221+164+100=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA464 is #225B9B. Grayscale: #AEAEAE. Windows color (decimal): -2251676 or 6595805. OLE color: 6595805.

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

Color convert

RGB221164100-
CMYK00.260.550.13
HSL31.74º64.02%62.94%-
HSV(B)31.74º54.75%86.67%-
XYZ45.3942.8417.93-
YUV173.7586.38161.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=45.57%
G=33.81%
B=20.62%

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
Decimal22116410000.260.550.1331.7464.0262.94
HexDDA46401A37D20403f
Octal33524414403267154010077
Binary1101110110100100110010001101011011111011000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA464; }

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

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

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

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

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

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

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

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