#D9995A

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

Shades of Porsche #D9995A

Tints of Porsche #D9995A

Color information

#D9995A (or 0xD9995A) is unknown color: approx Porsche. HEX triplet: D9, 99 and 5A. RGB value is (217,153,90). Sum of RGB (Red+Green+Blue) = 217+153+90=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995A is #2666A5. Grayscale: #A5A5A5. Windows color (decimal): -2516646 or 5937625. OLE color: 5937625.

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

Color convert

RGB21715390-
CMYK00.290.590.15
HSL29.76º62.56%60.2%-
HSV(B)29.76º58.53%85.1%-
XYZ41.8538.2714.85-
YUV164.9585.7165.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 90 (35.55% from 255) = 19.57%
R=47.17%
G=33.26%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171539000.290.590.1529.7662.5660.2
HexD9995A01D3BF1e3f3c
Octal3312311320357317367774
Binary11011001100110011011010011101111011111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9995A; }

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

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

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

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

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

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

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

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