Html Css Color HEX #DCA053 Porsche

📋 copy color: '#DCA053'

red 220 ◦ green 160 ◦ blue 83

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

Shades of Porsche #DCA053

Tints of Porsche #DCA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 47.52%
G = 34.56%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCA053 (or 0xDCA053) is known color: Porsche. HEX triplet: DC, A0 and 53. RGB value is (220,160,83). Sum of RGB (Red+Green+Blue) = 220+160+83=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA053 is #235FAC. Grayscale: #A9A9A9. Windows color (decimal): -2318253 or 5480668. OLE color: 5480668.

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

Color convert

RGB 220 160 83 -
CMYK 0 0.27 0.62 0.14
HSL 33.72º 0.66% 0.59% -
HSV(B) 33.72º 0.62% 0.86% -
XYZ 43.65 40.98 13.79 -
YUV 169.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 220 160 83 0 0.27 0.62 0.14 33.72 0.66 0.59
Hex DC A0 53 0 1B 3E E 22 42 3B
Octal 334 240 123 0 33 76 16 42 102 73
Binary 11011100 10100000 1010011 0 11011 111110 1110 100010 1000010 111011

Color Harmonies of #DCA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA053

Black with #DCA053

Text Example


Text Example

White with #DCA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA053; }

 p { color: rgb(220,160,83); }

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

background-color css

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

 a { background-color: rgb(220,160,83); }

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

border-color css

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

 span { border-color: rgb(220,160,83); }

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