#DDA06A

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

Shades of Porsche #DDA06A

Tints of Porsche #DDA06A

Color information

#DDA06A (or 0xDDA06A) is unknown color: approx Porsche. HEX triplet: DD, A0 and 6A. RGB value is (221,160,106). Sum of RGB (Red+Green+Blue) = 221+160+106=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06A is #225F95. Grayscale: #ACACAC. Windows color (decimal): -2252694 or 6987997. OLE color: 6987997.

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

Color convert

RGB221160106-
CMYK00.280.520.13
HSL28.17º62.84%64.12%-
HSV(B)28.17º52.04%86.67%-
XYZ44.9941.5519.29-
YUV172.0890.71162.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=45.38%
G=32.85%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116010600.280.520.1328.1762.8464.12
HexDDA06A01C34D1c3f40
Octal33524015203464153477100
Binary110111011010000011010100111001101001101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA06A; }

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

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

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

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

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

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

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

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