#D99A54

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

Shades of Porsche #D99A54

Tints of Porsche #D99A54

Color information

#D99A54 (or 0xD99A54) is unknown color: approx Porsche. HEX triplet: D9, 9A and 54. RGB value is (217,154,84). Sum of RGB (Red+Green+Blue) = 217+154+84=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A54 is #2665AB. Grayscale: #A5A5A5. Windows color (decimal): -2516396 or 5544665. OLE color: 5544665.

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

Color convert

RGB21715484-
CMYK00.290.610.15
HSL31.58º63.64%59.02%-
HSV(B)31.58º61.29%85.1%-
XYZ41.7738.513.62-
YUV164.8682.37165.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=47.69%
G=33.85%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171548400.290.610.1531.5863.6459.02
HexD99A5401D3DF20403b
Octal33123212403575174010073
Binary1101100110011010101010001110111110111111000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A54; }

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

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

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

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

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

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

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

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