#DA9F6D

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

Shades of Porsche #DA9F6D

Tints of Porsche #DA9F6D

Color information

#DA9F6D (or 0xDA9F6D) is unknown color: approx Porsche. HEX triplet: DA, 9F and 6D. RGB value is (218,159,109). Sum of RGB (Red+Green+Blue) = 218+159+109=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F6D is #256092. Grayscale: #ABABAB. Windows color (decimal): -2449555 or 7184346. OLE color: 7184346.

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

Color convert

RGB218159109-
CMYK00.270.50.15
HSL27.52º59.56%64.12%-
HSV(B)27.52º50%85.49%-
XYZ44.0740.8120.02-
YUV170.9493.05161.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=44.86%
G=32.72%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815910900.270.50.1527.5259.5664.12
HexDA9F6D01B32F1c3c40
Octal33223715503362173474100
Binary110110101001111111011010110111100101111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F6D; }

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

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

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

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

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

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

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

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