#DCA257

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

Shades of Porsche #DCA257

Tints of Porsche #DCA257

Color information

#DCA257 (or 0xDCA257) is unknown color: approx Porsche. HEX triplet: DC, A2 and 57. RGB value is (220,162,87). Sum of RGB (Red+Green+Blue) = 220+162+87=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA257 is #235DA8. Grayscale: #ABABAB. Windows color (decimal): -2317737 or 5743324. OLE color: 5743324.

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

Color convert

RGB22016287-
CMYK00.260.600.14
HSL33.83º65.52%60.2%-
HSV(B)33.83º60.45%86.27%-
XYZ44.1641.7414.75-
YUV170.7980.72163.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 87 (34.38% from 255) = 18.55%
R=46.91%
G=34.54%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201628700.260.600.1433.8365.5260.2
HexDCA25701A3CE22423c
Octal33424212703274164210274
Binary1101110010100010101011101101011110011101000101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA257; }

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

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

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

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

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

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

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

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