#DDA668

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

Shades of Porsche #DDA668

Tints of Porsche #DDA668

Color information

#DDA668 (or 0xDDA668) is unknown color: approx Porsche. HEX triplet: DD, A6 and 68. RGB value is (221,166,104). Sum of RGB (Red+Green+Blue) = 221+166+104=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA668 is #225997. Grayscale: #AFAFAF. Windows color (decimal): -2251160 or 6858461. OLE color: 6858461.

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

Color convert

RGB221166104-
CMYK00.250.530.13
HSL31.79º63.24%63.73%-
HSV(B)31.79º52.94%86.67%-
XYZ45.9543.6419.1-
YUV175.3887.72160.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=45.01%
G=33.81%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116610400.250.530.1331.7963.2463.73
HexDDA66801935D203f40
Octal33524615003165154077100
Binary1101110110100110110100001100111010111011000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA668; }

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

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

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

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

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

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

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

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