#DA9A5A

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

Shades of Porsche #DA9A5A

Tints of Porsche #DA9A5A

Color information

#DA9A5A (or 0xDA9A5A) is unknown color: approx Porsche. HEX triplet: DA, 9A and 5A. RGB value is (218,154,90). Sum of RGB (Red+Green+Blue) = 218+154+90=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A5A is #2565A5. Grayscale: #A6A6A6. Windows color (decimal): -2450854 or 5937882. OLE color: 5937882.

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

Color convert

RGB21815490-
CMYK00.290.590.15
HSL30º63.37%60.39%-
HSV(B)30º58.72%85.49%-
XYZ42.3138.7514.92-
YUV165.8485.2165.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 19.48%
R=47.19%
G=33.33%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181549000.290.590.153063.3760.39
HexDA9A5A01D3BF1e3f3c
Octal3322321320357317367774
Binary11011010100110101011010011101111011111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A5A; }

 p { color: rgb(218,154,90); }

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

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

 a { background-color: rgb(218,154,90); }

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

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

 span { border-color: rgb(218,154,90); }

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