#DDA05F

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

Shades of Porsche #DDA05F

Tints of Porsche #DDA05F

Color information

#DDA05F (or 0xDDA05F) is unknown color: approx Porsche. HEX triplet: DD, A0 and 5F. RGB value is (221,160,95). Sum of RGB (Red+Green+Blue) = 221+160+95=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05F is #225FA0. Grayscale: #ABABAB. Windows color (decimal): -2252705 or 6267101. OLE color: 6267101.

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

Color convert

RGB22116095-
CMYK00.280.570.13
HSL30.95º64.95%61.96%-
HSV(B)30.95º57.01%86.67%-
XYZ44.4641.3416.46-
YUV170.8385.21163.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=46.43%
G=33.61%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211609500.280.570.1330.9564.9561.96
HexDDA05F01C39D1f413e
Octal33524013703471153710176
Binary110111011010000010111110111001110011101111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA05F; }

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

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

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

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

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

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

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

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