Html Css Color HEX #DCA46C Porsche

📋 copy color: '#DCA46C'

red 220 ◦ green 164 ◦ blue 108

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

Shades of Porsche #DCA46C

Tints of Porsche #DCA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 44.72%
G = 33.33%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCA46C (or 0xDCA46C) is known color: Porsche. HEX triplet: DC, A4 and 6C. RGB value is (220,164,108). Sum of RGB (Red+Green+Blue) = 220+164+108=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA46C is #235B93. Grayscale: #AEAEAE. Windows color (decimal): -2317204 or 7120092. OLE color: 7120092.

HSL color Cylindrical-coordinate representation of color #DCA46C: 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.51%. Process color model (Four color, CMYK) of #DCA46C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 108 -
CMYK 0 0.25 0.51 0.14
HSL 30º 0.62% 0.64% -
HSV(B) 30º 0.51% 0.86% -
XYZ 45.5 42.85 20.06 -
YUV 174.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 220 164 108 0 0.25 0.51 0.14 30 0.62 0.64
Hex DC A4 6C 0 19 33 E 1E 3E 40
Octal 334 244 154 0 31 63 16 36 76 100
Binary 11011100 10100100 1101100 0 11001 110011 1110 11110 111110 1000000

Color Harmonies of #DCA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA46C

Black with #DCA46C

Text Example


Text Example

White with #DCA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA46C; }

 p { color: rgb(220,164,108); }

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

background-color css

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

 a { background-color: rgb(220,164,108); }

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

border-color css

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

 span { border-color: rgb(220,164,108); }

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