Html Css Color HEX #DCA36E Porsche

📋 copy color: '#DCA36E'

red 220 ◦ green 163 ◦ blue 110

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

Shades of Porsche #DCA36E

Tints of Porsche #DCA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 44.62%
G = 33.06%
B = 22.31%

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

#DCA36E (or 0xDCA36E) is known color: Porsche. HEX triplet: DC, A3 and 6E. RGB value is (220,163,110). Sum of RGB (Red+Green+Blue) = 220+163+110=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA36E is #235C91. Grayscale: #AEAEAE. Windows color (decimal): -2317458 or 7250908. OLE color: 7250908.

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

Color convert

RGB 220 163 110 -
CMYK 0 0.26 0.50 0.14
HSL 28.91º 0.61% 0.65% -
HSV(B) 28.91º 0.5% 0.86% -
XYZ 45.43 42.54 20.57 -
YUV 174 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 220 163 110 0 0.26 0.50 0.14 28.91 0.61 0.65
Hex DC A3 6E 0 1A 32 E 1D 3D 41
Octal 334 243 156 0 32 62 16 35 75 101
Binary 11011100 10100011 1101110 0 11010 110010 1110 11101 111101 1000001

Color Harmonies of #DCA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA36E

Black with #DCA36E

Text Example


Text Example

White with #DCA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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