Html Css Color HEX #DCA15D Porsche

📋 copy color: '#DCA15D'

red 220 ◦ green 161 ◦ blue 93

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

Shades of Porsche #DCA15D

Tints of Porsche #DCA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 46.41%
G = 33.97%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCA15D (or 0xDCA15D) is known color: Porsche. HEX triplet: DC, A1 and 5D. RGB value is (220,161,93). Sum of RGB (Red+Green+Blue) = 220+161+93=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA15D is #235EA2. Grayscale: #ABABAB. Windows color (decimal): -2317987 or 6136284. OLE color: 6136284.

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

Color convert

RGB 220 161 93 -
CMYK 0 0.27 0.58 0.14
HSL 32.13º 0.64% 0.61% -
HSV(B) 32.13º 0.58% 0.86% -
XYZ 44.24 41.5 16.03 -
YUV 170.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 220 161 93 0 0.27 0.58 0.14 32.13 0.64 0.61
Hex DC A1 5D 0 1B 3A E 20 40 3D
Octal 334 241 135 0 33 72 16 40 100 75
Binary 11011100 10100001 1011101 0 11011 111010 1110 100000 1000000 111101

Color Harmonies of #DCA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA15D

Black with #DCA15D

Text Example


Text Example

White with #DCA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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