#DA9F6A

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

Shades of Porsche #DA9F6A

Tints of Porsche #DA9F6A

Color information

#DA9F6A (or 0xDA9F6A) is unknown color: approx Porsche. HEX triplet: DA, 9F and 6A. RGB value is (218,159,106). Sum of RGB (Red+Green+Blue) = 218+159+106=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F6A is #256095. Grayscale: #AAAAAA. Windows color (decimal): -2449558 or 6987738. OLE color: 6987738.

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

Color convert

RGB218159106-
CMYK00.270.510.15
HSL28.39º60.22%63.53%-
HSV(B)28.39º51.38%85.49%-
XYZ43.9140.7419.19-
YUV170.691.55161.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=45.13%
G=32.92%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815910600.270.510.1528.3960.2263.53
HexDA9F6A01B33F1c3c40
Octal33223715203363173474100
Binary110110101001111111010100110111100111111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F6A; }

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

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

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

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

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

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

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

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