#DCA069

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

Shades of Porsche #DCA069

Tints of Porsche #DCA069

Color information

#DCA069 (or 0xDCA069) is unknown color: approx Porsche. HEX triplet: DC, A0 and 69. RGB value is (220,160,105). Sum of RGB (Red+Green+Blue) = 220+160+105=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA069 is #235F96. Grayscale: #ABABAB. Windows color (decimal): -2318231 or 6922460. OLE color: 6922460.

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

Color convert

RGB220160105-
CMYK00.270.520.14
HSL28.7º62.16%63.73%-
HSV(B)28.7º52.27%86.27%-
XYZ44.6441.3819-
YUV171.6790.38162.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=45.36%
G=32.99%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016010500.270.520.1428.762.1663.73
HexDCA06901B34E1d3e40
Octal33424015103364163576100
Binary110111001010000011010010110111101001110111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA069; }

 p { color: rgb(220,160,105); }

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

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

 a { background-color: rgb(220,160,105); }

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

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

 span { border-color: rgb(220,160,105); }

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