#DA9F4F

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

Shades of Porsche #DA9F4F

Tints of Porsche #DA9F4F

Color information

#DA9F4F (or 0xDA9F4F) is unknown color: approx Porsche. HEX triplet: DA, 9F and 4F. RGB value is (218,159,79). Sum of RGB (Red+Green+Blue) = 218+159+79=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F4F is #2560B0. Grayscale: #A7A7A7. Windows color (decimal): -2449585 or 5218266. OLE color: 5218266.

HSL color Cylindrical-coordinate representation of color #DA9F4F: hue angle of 34.53º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA9F4F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB21815979-
CMYK00.270.640.15
HSL34.53º65.26%58.24%-
HSV(B)34.53º63.76%85.49%-
XYZ42.7240.2712.92-
YUV167.5278.05164-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 79 (31.25% from 255) = 17.32%
R=47.81%
G=34.87%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181597900.270.640.1534.5365.2658.24
HexDA9F4F01B40F23413a
Octal332237117033100174310172
Binary11011010100111111001111011011100000011111000111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F4F; }

 p { color: rgb(218,159,79); }

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

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

 a { background-color: rgb(218,159,79); }

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

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

 span { border-color: rgb(218,159,79); }

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