#DDA365

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

Shades of Porsche #DDA365

Tints of Porsche #DDA365

Color information

#DDA365 (or 0xDDA365) is unknown color: approx Porsche. HEX triplet: DD, A3 and 65. RGB value is (221,163,101). Sum of RGB (Red+Green+Blue) = 221+163+101=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA365 is #225C9A. Grayscale: #ADADAD. Windows color (decimal): -2251931 or 6661085. OLE color: 6661085.

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

Color convert

RGB221163101-
CMYK00.260.540.13
HSL31º63.83%63.14%-
HSV(B)31º54.3%86.67%-
XYZ45.2642.5118.13-
YUV173.2787.22162.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=45.57%
G=33.61%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116310100.260.540.133163.8363.14
HexDDA36501A36D1f403f
Octal33524314503266153710077
Binary110111011010001111001010110101101101101111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA365; }

 p { color: rgb(221,163,101); }

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

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

 a { background-color: rgb(221,163,101); }

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

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

 span { border-color: rgb(221,163,101); }

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