Html Css Color HEX #DCA360 Porsche

📋 copy color: '#DCA360'

red 220 ◦ green 163 ◦ blue 96

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

Shades of Porsche #DCA360

Tints of Porsche #DCA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

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

R = 45.93%
G = 34.03%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCA360 (or 0xDCA360) is known color: Porsche. HEX triplet: DC, A3 and 60. RGB value is (220,163,96). Sum of RGB (Red+Green+Blue) = 220+163+96=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA360 is #235C9F. Grayscale: #ACACAC. Windows color (decimal): -2317472 or 6333404. OLE color: 6333404.

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

Color convert

RGB 220 163 96 -
CMYK 0 0.26 0.56 0.14
HSL 32.42º 0.64% 0.62% -
HSV(B) 32.42º 0.56% 0.86% -
XYZ 44.72 42.25 16.87 -
YUV 172.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 220 163 96 0 0.26 0.56 0.14 32.42 0.64 0.62
Hex DC A3 60 0 1A 38 E 20 40 3E
Octal 334 243 140 0 32 70 16 40 100 76
Binary 11011100 10100011 1100000 0 11010 111000 1110 100000 1000000 111110

Color Harmonies of #DCA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA360

Black with #DCA360

Text Example


Text Example

White with #DCA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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