#DA9D50

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

Shades of Porsche #DA9D50

Tints of Porsche #DA9D50

Color information

#DA9D50 (or 0xDA9D50) is unknown color: approx Porsche. HEX triplet: DA, 9D and 50. RGB value is (218,157,80). Sum of RGB (Red+Green+Blue) = 218+157+80=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D50 is #2562AF. Grayscale: #A6A6A6. Windows color (decimal): -2450096 or 5283290. OLE color: 5283290.

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

Color convert

RGB21815780-
CMYK00.280.630.15
HSL33.48º65.09%58.43%-
HSV(B)33.48º63.3%85.49%-
XYZ42.4239.613-
YUV166.4679.21164.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=47.91%
G=34.51%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181578000.280.630.1533.4865.0958.43
HexDA9D5001C3FF21413a
Octal33223512003477174110172
Binary1101101010011101101000001110011111111111000011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D50; }

 p { color: rgb(218,157,80); }

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

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

 a { background-color: rgb(218,157,80); }

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

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

 span { border-color: rgb(218,157,80); }

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