#D6A15F

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

Shades of Porsche #D6A15F

Tints of Porsche #D6A15F

Color information

#D6A15F (or 0xD6A15F) is unknown color: approx Porsche. HEX triplet: D6, A1 and 5F. RGB value is (214,161,95). Sum of RGB (Red+Green+Blue) = 214+161+95=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A15F is #295EA0. Grayscale: #A9A9A9. Windows color (decimal): -2711201 or 6267350. OLE color: 6267350.

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

Color convert

RGB21416195-
CMYK00.250.560.16
HSL33.28º59.2%60.59%-
HSV(B)33.28º55.61%83.92%-
XYZ42.5440.6116.42-
YUV169.3286.06159.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=45.53%
G=34.26%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141619500.250.560.1633.2859.260.59
HexD6A15F0193810213b3d
Octal3262411370317020417375
Binary1101011010100001101111101100111100010000100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A15F; }

 p { color: rgb(214,161,95); }

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

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

 a { background-color: rgb(214,161,95); }

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

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

 span { border-color: rgb(214,161,95); }

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