#D59F61

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

Shades of Porsche #D59F61

Tints of Porsche #D59F61

Color information

#D59F61 (or 0xD59F61) is unknown color: approx Porsche. HEX triplet: D5, 9F and 61. RGB value is (213,159,97). Sum of RGB (Red+Green+Blue) = 213+159+97=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F61 is #2A609E. Grayscale: #A8A8A8. Windows color (decimal): -2777247 or 6397909. OLE color: 6397909.

HSL color Cylindrical-coordinate representation of color #D59F61: hue angle of 32.07º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59F61 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21315997-
CMYK00.250.540.16
HSL32.07º58%60.78%-
HSV(B)32.07º54.46%83.53%-
XYZ4239.8116.78-
YUV168.0887.89160.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=45.42%
G=33.90%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131599700.250.540.1632.075860.78
HexD59F610193610203a3d
Octal3252371410316620407275
Binary1101010110011111110000101100111011010000100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F61; }

 p { color: rgb(213,159,97); }

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

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

 a { background-color: rgb(213,159,97); }

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

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

 span { border-color: rgb(213,159,97); }

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