Html Css Color HEX #DCA56D Porsche

📋 copy color: '#DCA56D'

red 220 ◦ green 165 ◦ blue 109

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

Shades of Porsche #DCA56D

Tints of Porsche #DCA56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

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

R = 44.53%
G = 33.4%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA56D (or 0xDCA56D) is known color: Porsche. HEX triplet: DC, A5 and 6D. RGB value is (220,165,109). Sum of RGB (Red+Green+Blue) = 220+165+109=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA56D is #235A92. Grayscale: #AFAFAF. Windows color (decimal): -2316947 or 7185884. OLE color: 7185884.

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

Color convert

RGB 220 165 109 -
CMYK 0 0.25 0.50 0.14
HSL 30.27º 0.61% 0.65% -
HSV(B) 30.27º 0.5% 0.86% -
XYZ 45.73 43.23 20.4 -
YUV 175.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 220 165 109 0 0.25 0.50 0.14 30.27 0.61 0.65
Hex DC A5 6D 0 19 32 E 1E 3D 41
Octal 334 245 155 0 31 62 16 36 75 101
Binary 11011100 10100101 1101101 0 11001 110010 1110 11110 111101 1000001

Color Harmonies of #DCA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA56D

Black with #DCA56D

Text Example


Text Example

White with #DCA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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