Html Css Color HEX #DCA160 Porsche

📋 copy color: '#DCA160'

red 220 ◦ green 161 ◦ blue 96

#DCA160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porsche #DCA160

Tints of Porsche #DCA160

RGB

 RED value IS 220 (86.33% from 255) = 46.12%

 GREEN value IS 161 (63.28% from 255) = 33.75%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 46.12%
G = 33.75%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCA160 (or 0xDCA160) is known color: Porsche. HEX triplet: DC, A1 and 60. RGB value is (220,161,96). Sum of RGB (Red+Green+Blue) = 220+161+96=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA160 is #235E9F. Grayscale: #ABABAB. Windows color (decimal): -2317984 or 6332892. OLE color: 6332892.

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

Color convert

RGB 220 161 96 -
CMYK 0 0.27 0.56 0.14
HSL 31.45º 0.64% 0.62% -
HSV(B) 31.45º 0.56% 0.86% -
XYZ 44.37 41.55 16.75 -
YUV 171.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 220 161 96 0 0.27 0.56 0.14 31.45 0.64 0.62
Hex DC A1 60 0 1B 38 E 1F 40 3E
Octal 334 241 140 0 33 70 16 37 100 76
Binary 11011100 10100001 1100000 0 11011 111000 1110 11111 1000000 111110

Color Harmonies of #DCA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA160

Black with #DCA160

Text Example


Text Example

White with #DCA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA160; }

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

 H1.HeaderClassName
 {
   color: #DCA160;
 }
 .AnyTagClassName
 {
   color: #DCA160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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