#DCA165

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

Shades of Porsche #DCA165

Tints of Porsche #DCA165

Color information

#DCA165 (or 0xDCA165) is unknown color: approx Porsche. HEX triplet: DC, A1 and 65. RGB value is (220,161,101). Sum of RGB (Red+Green+Blue) = 220+161+101=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA165 is #235E9A. Grayscale: #ACACAC. Windows color (decimal): -2317979 or 6660572. OLE color: 6660572.

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

Color convert

RGB220161101-
CMYK00.270.540.14
HSL30.25º62.96%62.94%-
HSV(B)30.25º54.09%86.27%-
XYZ44.6141.6418-
YUV171.888.05162.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=45.64%
G=33.40%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016110100.270.540.1430.2562.9662.94
HexDCA16501B36E1e3f3f
Octal3342411450336616367777
Binary11011100101000011100101011011110110111011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA165; }

 p { color: rgb(220,161,101); }

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

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

 a { background-color: rgb(220,161,101); }

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

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

 span { border-color: rgb(220,161,101); }

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