#DDA564

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

Shades of Porsche #DDA564

Tints of Porsche #DDA564

Color information

#DDA564 (or 0xDDA564) is unknown color: approx Porsche. HEX triplet: DD, A5 and 64. RGB value is (221,165,100). Sum of RGB (Red+Green+Blue) = 221+165+100=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA564 is #225A9B. Grayscale: #AEAEAE. Windows color (decimal): -2251420 or 6596061. OLE color: 6596061.

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

Color convert

RGB221165100-
CMYK00.250.550.13
HSL32.23º64.02%62.94%-
HSV(B)32.23º54.75%86.67%-
XYZ45.5743.217.99-
YUV174.3386.05161.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=45.47%
G=33.95%
B=20.58%

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
Decimal22116510000.250.550.1332.2364.0262.94
HexDDA56401937D20403f
Octal33524514403167154010077
Binary1101110110100101110010001100111011111011000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA564; }

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

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

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

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

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

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

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

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