#DA9953

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

Shades of Porsche #DA9953

Tints of Porsche #DA9953

Color information

#DA9953 (or 0xDA9953) is unknown color: approx Porsche. HEX triplet: DA, 99 and 53. RGB value is (218,153,83). Sum of RGB (Red+Green+Blue) = 218+153+83=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9953 is #2566AC. Grayscale: #A4A4A4. Windows color (decimal): -2451117 or 5478874. OLE color: 5478874.

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

Color convert

RGB21815383-
CMYK00.300.620.15
HSL31.11º64.59%59.02%-
HSV(B)31.11º61.93%85.49%-
XYZ41.8738.3113.37-
YUV164.4682.03166.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 83 (32.81% from 255) = 18.28%
R=48.02%
G=33.70%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181538300.300.620.1531.1164.5959.02
HexDA995301E3EF1f413b
Octal33223112303676173710173
Binary110110101001100110100110111101111101111111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9953; }

 p { color: rgb(218,153,83); }

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

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

 a { background-color: rgb(218,153,83); }

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

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

 span { border-color: rgb(218,153,83); }

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