#DDA168

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

Shades of Porsche #DDA168

Tints of Porsche #DDA168

Color information

#DDA168 (or 0xDDA168) is unknown color: approx Porsche. HEX triplet: DD, A1 and 68. RGB value is (221,161,104). Sum of RGB (Red+Green+Blue) = 221+161+104=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA168 is #225E97. Grayscale: #ACACAC. Windows color (decimal): -2252440 or 6857181. OLE color: 6857181.

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

Color convert

RGB221161104-
CMYK00.270.530.13
HSL29.23º63.24%63.73%-
HSV(B)29.23º52.94%86.67%-
XYZ45.0641.8618.8-
YUV172.4489.38162.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=45.47%
G=33.13%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116110400.270.530.1329.2363.2463.73
HexDDA16801B35D1d3f40
Octal33524115003365153577100
Binary110111011010000111010000110111101011101111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA168; }

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

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

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

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

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

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

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

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