#DDA667

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

Shades of Porsche #DDA667

Tints of Porsche #DDA667

Color information

#DDA667 (or 0xDDA667) is unknown color: approx Porsche. HEX triplet: DD, A6 and 67. RGB value is (221,166,103). Sum of RGB (Red+Green+Blue) = 221+166+103=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA667 is #225998. Grayscale: #AFAFAF. Windows color (decimal): -2251161 or 6792925. OLE color: 6792925.

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

Color convert

RGB221166103-
CMYK00.250.530.13
HSL32.03º63.44%63.53%-
HSV(B)32.03º53.39%86.67%-
XYZ45.943.6218.83-
YUV175.2687.22160.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=45.10%
G=33.88%
B=21.02%

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
Decimal22116610300.250.530.1332.0363.4463.53
HexDDA66701935D203f40
Octal33524614703165154077100
Binary1101110110100110110011101100111010111011000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA667; }

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

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

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

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

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

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

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

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