#D99A52

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

Shades of Porsche #D99A52

Tints of Porsche #D99A52

Color information

#D99A52 (or 0xD99A52) is unknown color: approx Porsche. HEX triplet: D9, 9A and 52. RGB value is (217,154,82). Sum of RGB (Red+Green+Blue) = 217+154+82=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A52 is #2665AD. Grayscale: #A4A4A4. Windows color (decimal): -2516398 or 5413593. OLE color: 5413593.

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

Color convert

RGB21715482-
CMYK00.290.620.15
HSL32º63.98%58.63%-
HSV(B)32º62.21%85.1%-
XYZ41.6938.4713.21-
YUV164.6381.37165.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=47.90%
G=34.00%
B=18.10%

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
Decimal2171548200.290.620.153263.9858.63
HexD99A5201D3EF20403b
Octal33123212203576174010073
Binary1101100110011010101001001110111111011111000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A52; }

 p { color: rgb(217,154,82); }

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

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

 a { background-color: rgb(217,154,82); }

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

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

 span { border-color: rgb(217,154,82); }

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