Html Css Color HEX #DCA36D Porsche

📋 copy color: '#DCA36D'

red 220 ◦ green 163 ◦ blue 109

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

Shades of Porsche #DCA36D

Tints of Porsche #DCA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 44.72%
G = 33.13%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA36D (or 0xDCA36D) is known color: Porsche. HEX triplet: DC, A3 and 6D. RGB value is (220,163,109). Sum of RGB (Red+Green+Blue) = 220+163+109=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA36D is #235C92. Grayscale: #AEAEAE. Windows color (decimal): -2317459 or 7185372. OLE color: 7185372.

HSL color Cylindrical-coordinate representation of color #DCA36D: hue angle of 29.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA36D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 109 -
CMYK 0 0.26 0.50 0.14
HSL 29.19º 0.61% 0.65% -
HSV(B) 29.19º 0.5% 0.86% -
XYZ 45.37 42.51 20.28 -
YUV 173.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 220 163 109 0 0.26 0.50 0.14 29.19 0.61 0.65
Hex DC A3 6D 0 1A 32 E 1D 3D 41
Octal 334 243 155 0 32 62 16 35 75 101
Binary 11011100 10100011 1101101 0 11010 110010 1110 11101 111101 1000001

Color Harmonies of #DCA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA36D

Black with #DCA36D

Text Example


Text Example

White with #DCA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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