#DDA15E

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

Shades of Porsche #DDA15E

Tints of Porsche #DDA15E

Color information

#DDA15E (or 0xDDA15E) is unknown color: approx Porsche. HEX triplet: DD, A1 and 5E. RGB value is (221,161,94). Sum of RGB (Red+Green+Blue) = 221+161+94=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15E is #225EA1. Grayscale: #ABABAB. Windows color (decimal): -2252450 or 6201821. OLE color: 6201821.

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

Color convert

RGB22116194-
CMYK00.270.570.13
HSL31.65º65.13%61.76%-
HSV(B)31.65º57.47%86.67%-
XYZ44.5841.6716.28-
YUV171.384.38163.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=46.43%
G=33.82%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211619400.270.570.1331.6565.1361.76
HexDDA15E01B39D20413e
Octal33524113603371154010176
Binary1101110110100001101111001101111100111011000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA15E; }

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

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

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

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

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

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

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

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