#DDA461

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

Shades of Porsche #DDA461

Tints of Porsche #DDA461

Color information

#DDA461 (or 0xDDA461) is unknown color: approx Porsche. HEX triplet: DD, A4 and 61. RGB value is (221,164,97). Sum of RGB (Red+Green+Blue) = 221+164+97=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA461 is #225B9E. Grayscale: #ADADAD. Windows color (decimal): -2251679 or 6399197. OLE color: 6399197.

HSL color Cylindrical-coordinate representation of color #DDA461: hue angle of 32.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDA461 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22116497-
CMYK00.260.560.13
HSL32.42º64.58%62.35%-
HSV(B)32.42º56.11%86.67%-
XYZ45.2542.7917.18-
YUV173.484.88161.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=45.85%
G=34.02%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211649700.260.560.1332.4264.5862.35
HexDDA46101A38D20413e
Octal33524414103270154010176
Binary1101110110100100110000101101011100011011000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA461; }

 p { color: rgb(221,164,97); }

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

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

 a { background-color: rgb(221,164,97); }

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

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

 span { border-color: rgb(221,164,97); }

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