#DDA46D

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

Shades of Porsche #DDA46D

Tints of Porsche #DDA46D

Color information

#DDA46D (or 0xDDA46D) is unknown color: approx Porsche. HEX triplet: DD, A4 and 6D. RGB value is (221,164,109). Sum of RGB (Red+Green+Blue) = 221+164+109=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46D is #225B92. Grayscale: #AFAFAF. Windows color (decimal): -2251667 or 7185629. OLE color: 7185629.

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

Color convert

RGB221164109-
CMYK00.260.510.13
HSL29.46º62.22%64.71%-
HSV(B)29.46º50.68%86.67%-
XYZ45.8543.0320.36-
YUV174.7790.88160.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=44.74%
G=33.20%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116410900.260.510.1329.4662.2264.71
HexDDA46D01A33D1d3e41
Octal33524415503263153576101
Binary110111011010010011011010110101100111101111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA46D; }

 p { color: rgb(221,164,109); }

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

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

 a { background-color: rgb(221,164,109); }

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

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

 span { border-color: rgb(221,164,109); }

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