#DA9D5D

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

Shades of Porsche #DA9D5D

Tints of Porsche #DA9D5D

Color information

#DA9D5D (or 0xDA9D5D) is unknown color: approx Porsche. HEX triplet: DA, 9D and 5D. RGB value is (218,157,93). Sum of RGB (Red+Green+Blue) = 218+157+93=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D5D is #2562A2. Grayscale: #A8A8A8. Windows color (decimal): -2450083 or 6135258. OLE color: 6135258.

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

Color convert

RGB21815793-
CMYK00.280.570.15
HSL30.72º62.81%60.98%-
HSV(B)30.72º57.34%85.49%-
XYZ42.9539.8115.78-
YUV167.9485.71163.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=46.58%
G=33.55%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181579300.280.570.1530.7262.8160.98
HexDA9D5D01C39F1f3f3d
Octal3322351350347117377775
Binary11011010100111011011101011100111001111111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D5D; }

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

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

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

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

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

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

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

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