#D99552

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

Shades of Porsche #D99552

Tints of Porsche #D99552

Color information

#D99552 (or 0xD99552) is unknown color: approx Porsche. HEX triplet: D9, 95 and 52. RGB value is (217,149,82). Sum of RGB (Red+Green+Blue) = 217+149+82=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D99552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99552 is #266AAD. Grayscale: #A2A2A2. Windows color (decimal): -2517678 or 5412313. OLE color: 5412313.

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

Color convert

RGB21714982-
CMYK00.310.620.15
HSL29.78º63.98%58.63%-
HSV(B)29.78º62.21%85.1%-
XYZ40.8936.8612.94-
YUV161.6983.03167.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 82 (32.42% from 255) = 18.30%
R=48.44%
G=33.26%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171498200.310.620.1529.7863.9858.63
HexD9955201F3EF1e403b
Octal33122512203776173610073
Binary110110011001010110100100111111111101111111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99552; }

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

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

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

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

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

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

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

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