#D99E6B

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

Shades of Porsche #D99E6B

Tints of Porsche #D99E6B

Color information

#D99E6B (or 0xD99E6B) is unknown color: approx Porsche. HEX triplet: D9, 9E and 6B. RGB value is (217,158,107). Sum of RGB (Red+Green+Blue) = 217+158+107=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E6B is #266194. Grayscale: #AAAAAA. Windows color (decimal): -2515349 or 7053017. OLE color: 7053017.

HSL color Cylindrical-coordinate representation of color #D99E6B: hue angle of 27.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D99E6B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217158107-
CMYK00.270.510.15
HSL27.82º59.14%63.53%-
HSV(B)27.82º50.69%85.1%-
XYZ43.540.2719.39-
YUV169.8392.55161.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=45.02%
G=32.78%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715810700.270.510.1527.8259.1463.53
HexD99E6B01B33F1c3b40
Octal33123615303363173473100
Binary110110011001111011010110110111100111111111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E6B; }

 p { color: rgb(217,158,107); }

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

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

 a { background-color: rgb(217,158,107); }

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

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

 span { border-color: rgb(217,158,107); }

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