#DA9B52

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

Shades of Porsche #DA9B52

Tints of Porsche #DA9B52

Color information

#DA9B52 (or 0xDA9B52) is unknown color: approx Porsche. HEX triplet: DA, 9B and 52. RGB value is (218,155,82). Sum of RGB (Red+Green+Blue) = 218+155+82=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B52 is #2564AD. Grayscale: #A5A5A5. Windows color (decimal): -2450606 or 5413850. OLE color: 5413850.

HSL color Cylindrical-coordinate representation of color #DA9B52: hue angle of 32.21º 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 #DA9B52 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21815582-
CMYK00.290.620.15
HSL32.21º64.76%58.82%-
HSV(B)32.21º62.39%85.49%-
XYZ42.1638.9613.28-
YUV165.5280.87165.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=47.91%
G=34.07%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181558200.290.620.1532.2164.7658.82
HexDA9B5201D3EF20413b
Octal33223312203576174010173
Binary1101101010011011101001001110111111011111000001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B52; }

 p { color: rgb(218,155,82); }

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

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

 a { background-color: rgb(218,155,82); }

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

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

 span { border-color: rgb(218,155,82); }

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