#DDA14F

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

Shades of Porsche #DDA14F

Tints of Porsche #DDA14F

Color information

#DDA14F (or 0xDDA14F) is unknown color: approx Porsche. HEX triplet: DD, A1 and 4F. RGB value is (221,161,79). Sum of RGB (Red+Green+Blue) = 221+161+79=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA14F is #225EB0. Grayscale: #A9A9A9. Windows color (decimal): -2252465 or 5218781. OLE color: 5218781.

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

Color convert

RGB22116179-
CMYK00.270.640.13
HSL34.65º67.62%58.82%-
HSV(B)34.65º64.25%86.67%-
XYZ43.9741.4313.08-
YUV169.5976.88164.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 79 (31.25% from 255) = 17.14%
R=47.94%
G=34.92%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211617900.270.640.1334.6567.6258.82
HexDDA14F01B40D23443b
Octal335241117033100154310473
Binary11011101101000011001111011011100000011011000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA14F; }

 p { color: rgb(221,161,79); }

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

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

 a { background-color: rgb(221,161,79); }

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

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

 span { border-color: rgb(221,161,79); }

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