#D8A266

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

Shades of Porsche #D8A266

Tints of Porsche #D8A266

Color information

#D8A266 (or 0xD8A266) is unknown color: approx Porsche. HEX triplet: D8, A2 and 66. RGB value is (216,162,102). Sum of RGB (Red+Green+Blue) = 216+162+102=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A266 is #275D99. Grayscale: #ABABAB. Windows color (decimal): -2579866 or 6726360. OLE color: 6726360.

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

Color convert

RGB216162102-
CMYK00.250.530.15
HSL31.58º59.38%62.35%-
HSV(B)31.58º52.78%84.71%-
XYZ43.6441.418.26-
YUV171.3188.89159.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=45%
G=33.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616210200.250.530.1531.5859.3862.35
HexD8A26601935F203b3e
Octal3302421460316517407376
Binary110110001010001011001100110011101011111100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A266; }

 p { color: rgb(216,162,102); }

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

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

 a { background-color: rgb(216,162,102); }

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

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

 span { border-color: rgb(216,162,102); }

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