#D7A15B

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

Shades of Porsche #D7A15B

Tints of Porsche #D7A15B

Color information

#D7A15B (or 0xD7A15B) is unknown color: approx Porsche. HEX triplet: D7, A1 and 5B. RGB value is (215,161,91). Sum of RGB (Red+Green+Blue) = 215+161+91=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A15B is #285EA4. Grayscale: #A9A9A9. Windows color (decimal): -2645669 or 6005207. OLE color: 6005207.

HSL color Cylindrical-coordinate representation of color #D7A15B: hue angle of 33.87º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7A15B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21516191-
CMYK00.250.580.16
HSL33.87º60.78%60%-
HSV(B)33.87º57.67%84.31%-
XYZ42.6640.6915.5-
YUV169.1783.89160.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=46.04%
G=34.48%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151619100.250.580.1633.8760.7860
HexD7A15B0193A10223d3c
Octal3272411330317220427574
Binary1101011110100001101101101100111101010000100010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A15B; }

 p { color: rgb(215,161,91); }

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

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

 a { background-color: rgb(215,161,91); }

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

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

 span { border-color: rgb(215,161,91); }

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