#D99652

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

Shades of Porsche #D99652

Tints of Porsche #D99652

Color information

#D99652 (or 0xD99652) is unknown color: approx Porsche. HEX triplet: D9, 96 and 52. RGB value is (217,150,82). Sum of RGB (Red+Green+Blue) = 217+150+82=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99652 is #2669AD. Grayscale: #A2A2A2. Windows color (decimal): -2517422 or 5412569. OLE color: 5412569.

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

Color convert

RGB21715082-
CMYK00.310.620.15
HSL30.22º63.98%58.63%-
HSV(B)30.22º62.21%85.1%-
XYZ41.0437.1712.99-
YUV162.2882.7167.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=48.33%
G=33.41%
B=18.26%

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
Decimal2171508200.310.620.1530.2263.9858.63
HexD9965201F3EF1e403b
Octal33122612203776173610073
Binary110110011001011010100100111111111101111111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99652; }

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

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

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

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

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

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

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

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