#DDA361

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

Shades of Porsche #DDA361

Tints of Porsche #DDA361

Color information

#DDA361 (or 0xDDA361) is unknown color: approx Porsche. HEX triplet: DD, A3 and 61. RGB value is (221,163,97). Sum of RGB (Red+Green+Blue) = 221+163+97=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA361 is #225C9E. Grayscale: #ADADAD. Windows color (decimal): -2251935 or 6398941. OLE color: 6398941.

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

Color convert

RGB22116397-
CMYK00.260.560.13
HSL31.94º64.58%62.35%-
HSV(B)31.94º56.11%86.67%-
XYZ45.0742.4317.12-
YUV172.8285.22162.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=45.95%
G=33.89%
B=20.17%

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
Decimal2211639700.260.560.1331.9464.5862.35
HexDDA36101A38D20413e
Octal33524314103270154010176
Binary1101110110100011110000101101011100011011000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA361; }

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

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

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

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

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

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

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

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