#DCA167

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

Shades of Porsche #DCA167

Tints of Porsche #DCA167

Color information

#DCA167 (or 0xDCA167) is unknown color: approx Porsche. HEX triplet: DC, A1 and 67. RGB value is (220,161,103). Sum of RGB (Red+Green+Blue) = 220+161+103=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA167 is #235E98. Grayscale: #ACACAC. Windows color (decimal): -2317977 or 6791644. OLE color: 6791644.

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

Color convert

RGB220161103-
CMYK00.270.530.14
HSL29.74º62.57%63.33%-
HSV(B)29.74º53.18%86.27%-
XYZ44.7141.6818.52-
YUV172.0389.05162.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=45.45%
G=33.26%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016110300.270.530.1429.7462.5763.33
HexDCA16701B35E1e3f3f
Octal3342411470336516367777
Binary11011100101000011100111011011110101111011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA167; }

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

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

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

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

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

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

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

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