#DCA26B

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

Shades of Porsche #DCA26B

Tints of Porsche #DCA26B

Color information

#DCA26B (or 0xDCA26B) is unknown color: approx Porsche. HEX triplet: DC, A2 and 6B. RGB value is (220,162,107). Sum of RGB (Red+Green+Blue) = 220+162+107=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA26B is #235D94. Grayscale: #ADADAD. Windows color (decimal): -2317717 or 7054044. OLE color: 7054044.

HSL color Cylindrical-coordinate representation of color #DCA26B: hue angle of 29.2º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCA26B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220162107-
CMYK00.260.510.14
HSL29.2º61.75%64.12%-
HSV(B)29.2º51.36%86.27%-
XYZ45.0942.1219.66-
YUV173.0790.72161.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=44.99%
G=33.13%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016210700.260.510.1429.261.7564.12
HexDCA26B01A33E1d3e40
Octal33424215303263163576100
Binary110111001010001011010110110101100111110111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA26B; }

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

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

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

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

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

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

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

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