#DA9B60

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

Shades of Porsche #DA9B60

Tints of Porsche #DA9B60

Color information

#DA9B60 (or 0xDA9B60) is unknown color: approx Porsche. HEX triplet: DA, 9B and 60. RGB value is (218,155,96). Sum of RGB (Red+Green+Blue) = 218+155+96=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B60 is #25649F. Grayscale: #A7A7A7. Windows color (decimal): -2450592 or 6331354. OLE color: 6331354.

HSL color Cylindrical-coordinate representation of color #DA9B60: hue angle of 29.02º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA9B60 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21815596-
CMYK00.290.560.15
HSL29.02º62.24%61.57%-
HSV(B)29.02º55.96%85.49%-
XYZ42.7539.1916.38-
YUV167.1187.87164.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=46.48%
G=33.05%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181559600.290.560.1529.0262.2461.57
HexDA9B6001D38F1d3e3e
Octal3322331400357017357676
Binary11011010100110111100000011101111000111111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B60; }

 p { color: rgb(218,155,96); }

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

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

 a { background-color: rgb(218,155,96); }

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

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

 span { border-color: rgb(218,155,96); }

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