#DA9F67

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

Shades of Porsche #DA9F67

Tints of Porsche #DA9F67

Color information

#DA9F67 (or 0xDA9F67) is unknown color: approx Porsche. HEX triplet: DA, 9F and 67. RGB value is (218,159,103). Sum of RGB (Red+Green+Blue) = 218+159+103=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F67 is #256098. Grayscale: #AAAAAA. Windows color (decimal): -2449561 or 6791130. OLE color: 6791130.

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

Color convert

RGB218159103-
CMYK00.270.530.15
HSL29.22º60.85%62.94%-
HSV(B)29.22º52.75%85.49%-
XYZ43.7640.6818.38-
YUV170.2690.05162.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=45.42%
G=33.12%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815910300.270.530.1529.2260.8562.94
HexDA9F6701B35F1d3d3f
Octal3322371470336517357577
Binary11011010100111111100111011011110101111111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F67; }

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

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

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

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

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

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

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

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