Html Css Color HEX #DCA161 Porsche

📋 copy color: '#DCA161'

red 220 ◦ green 161 ◦ blue 97

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

Shades of Porsche #DCA161

Tints of Porsche #DCA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 46.03%
G = 33.68%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCA161 (or 0xDCA161) is known color: Porsche. HEX triplet: DC, A1 and 61. RGB value is (220,161,97). Sum of RGB (Red+Green+Blue) = 220+161+97=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA161 is #235E9E. Grayscale: #ABABAB. Windows color (decimal): -2317983 or 6398428. OLE color: 6398428.

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

Color convert

RGB 220 161 97 -
CMYK 0 0.27 0.56 0.14
HSL 31.22º 0.64% 0.62% -
HSV(B) 31.22º 0.56% 0.86% -
XYZ 44.42 41.57 16.99 -
YUV 171.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 220 161 97 0 0.27 0.56 0.14 31.22 0.64 0.62
Hex DC A1 61 0 1B 38 E 1F 40 3E
Octal 334 241 141 0 33 70 16 37 100 76
Binary 11011100 10100001 1100001 0 11011 111000 1110 11111 1000000 111110

Color Harmonies of #DCA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA161

Black with #DCA161

Text Example


Text Example

White with #DCA161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA161; }

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

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

background-color css

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

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

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

border-color css

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

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

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