#D8A368

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

Shades of Porsche #D8A368

Tints of Porsche #D8A368

Color information

#D8A368 (or 0xD8A368) is unknown color: approx Porsche. HEX triplet: D8, A3 and 68. RGB value is (216,163,104). Sum of RGB (Red+Green+Blue) = 216+163+104=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A368 is #275C97. Grayscale: #ACACAC. Windows color (decimal): -2579608 or 6857688. OLE color: 6857688.

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

Color convert

RGB216163104-
CMYK00.250.520.15
HSL31.61º58.95%62.75%-
HSV(B)31.61º51.85%84.71%-
XYZ43.9141.7918.85-
YUV172.1289.56159.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=44.72%
G=33.75%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616310400.250.520.1531.6158.9562.75
HexD8A36801934F203b3f
Octal3302431500316417407377
Binary110110001010001111010000110011101001111100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A368; }

 p { color: rgb(216,163,104); }

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

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

 a { background-color: rgb(216,163,104); }

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

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

 span { border-color: rgb(216,163,104); }

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