Html Css Color HEX #DCA36A Porsche

📋 copy color: '#DCA36A'

red 220 ◦ green 163 ◦ blue 106

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

Shades of Porsche #DCA36A

Tints of Porsche #DCA36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 44.99%
G = 33.33%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCA36A (or 0xDCA36A) is known color: Porsche. HEX triplet: DC, A3 and 6A. RGB value is (220,163,106). Sum of RGB (Red+Green+Blue) = 220+163+106=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA36A is #235C95. Grayscale: #ADADAD. Windows color (decimal): -2317462 or 6988764. OLE color: 6988764.

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

Color convert

RGB 220 163 106 -
CMYK 0 0.26 0.52 0.14
HSL 30º 0.62% 0.64% -
HSV(B) 30º 0.52% 0.86% -
XYZ 45.21 42.45 19.45 -
YUV 173.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 220 163 106 0 0.26 0.52 0.14 30 0.62 0.64
Hex DC A3 6A 0 1A 34 E 1E 3E 40
Octal 334 243 152 0 32 64 16 36 76 100
Binary 11011100 10100011 1101010 0 11010 110100 1110 11110 111110 1000000

Color Harmonies of #DCA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA36A

Black with #DCA36A

Text Example


Text Example

White with #DCA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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