#DDA061

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

Shades of Porsche #DDA061

Tints of Porsche #DDA061

Color information

#DDA061 (or 0xDDA061) is unknown color: approx Porsche. HEX triplet: DD, A0 and 61. RGB value is (221,160,97). Sum of RGB (Red+Green+Blue) = 221+160+97=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA061 is #225F9E. Grayscale: #ABABAB. Windows color (decimal): -2252703 or 6398173. OLE color: 6398173.

HSL color Cylindrical-coordinate representation of color #DDA061: hue angle of 30.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDA061 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22116097-
CMYK00.280.560.13
HSL30.48º64.58%62.35%-
HSV(B)30.48º56.11%86.67%-
XYZ44.5541.3816.95-
YUV171.0686.21163.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=46.23%
G=33.47%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211609700.280.560.1330.4864.5862.35
HexDDA06101C38D1e413e
Octal33524014103470153610176
Binary110111011010000011000010111001110001101111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA061; }

 p { color: rgb(221,160,97); }

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

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

 a { background-color: rgb(221,160,97); }

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

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

 span { border-color: rgb(221,160,97); }

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