#D59F62

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

Shades of Porsche #D59F62

Tints of Porsche #D59F62

Color information

#D59F62 (or 0xD59F62) is unknown color: approx Porsche. HEX triplet: D5, 9F and 62. RGB value is (213,159,98). Sum of RGB (Red+Green+Blue) = 213+159+98=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F62 is #2A609D. Grayscale: #A8A8A8. Windows color (decimal): -2777246 or 6463445. OLE color: 6463445.

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

Color convert

RGB21315998-
CMYK00.250.540.16
HSL31.83º57.79%60.98%-
HSV(B)31.83º53.99%83.53%-
XYZ42.0439.8217.03-
YUV168.1988.39159.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=45.32%
G=33.83%
B=20.85%

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
Decimal2131599800.250.540.1631.8357.7960.98
HexD59F620193610203a3d
Octal3252371420316620407275
Binary1101010110011111110001001100111011010000100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F62; }

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

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

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

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

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

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

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

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