#D59F69

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

Shades of Porsche #D59F69

Tints of Porsche #D59F69

Color information

#D59F69 (or 0xD59F69) is unknown color: approx Porsche. HEX triplet: D5, 9F and 69. RGB value is (213,159,105). Sum of RGB (Red+Green+Blue) = 213+159+105=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F69 is #2A6096. Grayscale: #A9A9A9. Windows color (decimal): -2777239 or 6922197. OLE color: 6922197.

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

Color convert

RGB213159105-
CMYK00.250.510.16
HSL30º56.25%62.35%-
HSV(B)30º50.7%83.53%-
XYZ42.3939.9618.84-
YUV168.9991.89159.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=44.65%
G=33.33%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315910500.250.510.163056.2562.35
HexD59F6901933101e383e
Octal3252371510316320367076
Binary110101011001111111010010110011100111000011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F69; }

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

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

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

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

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

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

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

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