#DDA165

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

Shades of Porsche #DDA165

Tints of Porsche #DDA165

Color information

#DDA165 (or 0xDDA165) is unknown color: approx Porsche. HEX triplet: DD, A1 and 65. RGB value is (221,161,101). Sum of RGB (Red+Green+Blue) = 221+161+101=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA165 is #225E9A. Grayscale: #ACACAC. Windows color (decimal): -2252443 or 6660573. OLE color: 6660573.

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

Color convert

RGB221161101-
CMYK00.270.540.13
HSL30º63.83%63.14%-
HSV(B)30º54.3%86.67%-
XYZ44.9141.818.01-
YUV172.187.88162.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=45.76%
G=33.33%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116110100.270.540.133063.8363.14
HexDDA16501B36D1e403f
Octal33524114503366153610077
Binary110111011010000111001010110111101101101111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA165; }

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

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

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

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

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

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

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

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