#DA9D69

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

Shades of Porsche #DA9D69

Tints of Porsche #DA9D69

Color information

#DA9D69 (or 0xDA9D69) is unknown color: approx Porsche. HEX triplet: DA, 9D and 69. RGB value is (218,157,105). Sum of RGB (Red+Green+Blue) = 218+157+105=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D69 is #256296. Grayscale: #A9A9A9. Windows color (decimal): -2450071 or 6921690. OLE color: 6921690.

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

Color convert

RGB218157105-
CMYK00.280.520.15
HSL27.61º60.43%63.33%-
HSV(B)27.61º51.83%85.49%-
XYZ43.5240.0418.8-
YUV169.3191.71162.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=45.42%
G=32.71%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815710500.280.520.1527.6160.4363.33
HexDA9D6901C34F1c3c3f
Octal3322351510346417347477
Binary11011010100111011101001011100110100111111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D69; }

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

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

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

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

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

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

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

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