#DCA569

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

Shades of Porsche #DCA569

Tints of Porsche #DCA569

Color information

#DCA569 (or 0xDCA569) is unknown color: approx Porsche. HEX triplet: DC, A5 and 69. RGB value is (220,165,105). Sum of RGB (Red+Green+Blue) = 220+165+105=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA569 is #235A96. Grayscale: #AEAEAE. Windows color (decimal): -2316951 or 6923740. OLE color: 6923740.

HSL color Cylindrical-coordinate representation of color #DCA569: hue angle of 31.3º 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 #DCA569 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220165105-
CMYK00.250.520.14
HSL31.3º62.16%63.73%-
HSV(B)31.3º52.27%86.27%-
XYZ45.5243.1519.29-
YUV174.688.72160.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=44.90%
G=33.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016510500.250.520.1431.362.1663.73
HexDCA56901934E1f3e40
Octal33424515103164163776100
Binary110111001010010111010010110011101001110111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA569; }

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

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

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

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

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

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

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

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