Html Css Color HEX #DCA063 Porsche

📋 copy color: '#DCA063'

red 220 ◦ green 160 ◦ blue 99

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

Shades of Porsche #DCA063

Tints of Porsche #DCA063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 45.93%
G = 33.4%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCA063 (or 0xDCA063) is known color: Porsche. HEX triplet: DC, A0 and 63. RGB value is (220,160,99). Sum of RGB (Red+Green+Blue) = 220+160+99=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA063 is #235F9C. Grayscale: #ABABAB. Windows color (decimal): -2318237 or 6529244. OLE color: 6529244.

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

Color convert

RGB 220 160 99 -
CMYK 0 0.27 0.55 0.14
HSL 30.25º 0.63% 0.63% -
HSV(B) 30.25º 0.55% 0.86% -
XYZ 44.34 41.26 17.43 -
YUV 170.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 220 160 99 0 0.27 0.55 0.14 30.25 0.63 0.63
Hex DC A0 63 0 1B 37 E 1E 3F 3F
Octal 334 240 143 0 33 67 16 36 77 77
Binary 11011100 10100000 1100011 0 11011 110111 1110 11110 111111 111111

Color Harmonies of #DCA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA063

Black with #DCA063

Text Example


Text Example

White with #DCA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA063; }

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

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

background-color css

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

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

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

border-color css

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

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

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