Html Css Color HEX #DCA16D Porsche

📋 copy color: '#DCA16D'

red 220 ◦ green 161 ◦ blue 109

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

Shades of Porsche #DCA16D

Tints of Porsche #DCA16D

RGB

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

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

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

R = 44.9%
G = 32.86%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA16D (or 0xDCA16D) is known color: Porsche. HEX triplet: DC, A1 and 6D. RGB value is (220,161,109). Sum of RGB (Red+Green+Blue) = 220+161+109=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA16D is #235E92. Grayscale: #ACACAC. Windows color (decimal): -2317971 or 7184860. OLE color: 7184860.

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

Color convert

RGB 220 161 109 -
CMYK 0 0.27 0.50 0.14
HSL 28.11º 0.61% 0.65% -
HSV(B) 28.11º 0.5% 0.86% -
XYZ 45.02 41.81 20.17 -
YUV 172.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 220 161 109 0 0.27 0.50 0.14 28.11 0.61 0.65
Hex DC A1 6D 0 1B 32 E 1C 3D 41
Octal 334 241 155 0 33 62 16 34 75 101
Binary 11011100 10100001 1101101 0 11011 110010 1110 11100 111101 1000001

Color Harmonies of #DCA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA16D

Black with #DCA16D

Text Example


Text Example

White with #DCA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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