#DDA561

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

Shades of Porsche #DDA561

Tints of Porsche #DDA561

Color information

#DDA561 (or 0xDDA561) is unknown color: approx Porsche. HEX triplet: DD, A5 and 61. RGB value is (221,165,97). Sum of RGB (Red+Green+Blue) = 221+165+97=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA561 is #225A9E. Grayscale: #AEAEAE. Windows color (decimal): -2251423 or 6399453. OLE color: 6399453.

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

Color convert

RGB22116597-
CMYK00.250.560.13
HSL32.9º64.58%62.35%-
HSV(B)32.9º56.11%86.67%-
XYZ45.4343.1517.24-
YUV173.9984.55161.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=45.76%
G=34.16%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211659700.250.560.1332.964.5862.35
HexDDA56101938D21413e
Octal33524514103170154110176
Binary1101110110100101110000101100111100011011000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA561; }

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

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

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

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

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

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

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

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