#DDA35F

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

Shades of Porsche #DDA35F

Tints of Porsche #DDA35F

Color information

#DDA35F (or 0xDDA35F) is unknown color: approx Porsche. HEX triplet: DD, A3 and 5F. RGB value is (221,163,95). Sum of RGB (Red+Green+Blue) = 221+163+95=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35F is #225CA0. Grayscale: #ACACAC. Windows color (decimal): -2251937 or 6267869. OLE color: 6267869.

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

Color convert

RGB22116395-
CMYK00.260.570.13
HSL32.38º64.95%61.96%-
HSV(B)32.38º57.01%86.67%-
XYZ44.9842.3916.64-
YUV172.5984.22162.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=46.14%
G=34.03%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211639500.260.570.1332.3864.9561.96
HexDDA35F01A39D20413e
Octal33524313703271154010176
Binary1101110110100011101111101101011100111011000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA35F; }

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

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

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

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

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

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

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

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