#D99952

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

Shades of Porsche #D99952

Tints of Porsche #D99952

Color information

#D99952 (or 0xD99952) is unknown color: approx Porsche. HEX triplet: D9, 99 and 52. RGB value is (217,153,82). Sum of RGB (Red+Green+Blue) = 217+153+82=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99952 is #2666AD. Grayscale: #A4A4A4. Windows color (decimal): -2516654 or 5413337. OLE color: 5413337.

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

Color convert

RGB21715382-
CMYK00.290.620.15
HSL31.56º63.98%58.63%-
HSV(B)31.56º62.21%85.1%-
XYZ41.5338.1413.16-
YUV164.0481.7165.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=48.01%
G=33.85%
B=18.14%

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
Decimal2171538200.290.620.1531.5663.9858.63
HexD9995201D3EF20403b
Octal33123112203576174010073
Binary1101100110011001101001001110111111011111000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99952; }

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

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

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

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

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

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

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

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