#DCA26D

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

Shades of Porsche #DCA26D

Tints of Porsche #DCA26D

Color information

#DCA26D (or 0xDCA26D) is unknown color: approx Porsche. HEX triplet: DC, A2 and 6D. RGB value is (220,162,109). Sum of RGB (Red+Green+Blue) = 220+162+109=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA26D is #235D92. Grayscale: #ADADAD. Windows color (decimal): -2317715 or 7185116. OLE color: 7185116.

HSL color Cylindrical-coordinate representation of color #DCA26D: hue angle of 28.65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA26D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220162109-
CMYK00.260.500.14
HSL28.65º61.33%64.51%-
HSV(B)28.65º50.45%86.27%-
XYZ45.242.1620.22-
YUV173.391.72161.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=44.81%
G=32.99%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016210900.260.500.1428.6561.3364.51
HexDCA26D01A32E1d3d41
Octal33424215503262163575101
Binary110111001010001011011010110101100101110111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA26D; }

 p { color: rgb(220,162,109); }

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

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

 a { background-color: rgb(220,162,109); }

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

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

 span { border-color: rgb(220,162,109); }

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