Html Css Color HEX #DCA065 Porsche

📋 copy color: '#DCA065'

red 220 ◦ green 160 ◦ blue 101

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

Shades of Porsche #DCA065

Tints of Porsche #DCA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 45.74%
G = 33.26%
B = 21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCA065 (or 0xDCA065) is known color: Porsche. HEX triplet: DC, A0 and 65. RGB value is (220,160,101). Sum of RGB (Red+Green+Blue) = 220+160+101=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA065 is #235F9A. Grayscale: #ABABAB. Windows color (decimal): -2318235 or 6660316. OLE color: 6660316.

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

Color convert

RGB 220 160 101 -
CMYK 0 0.27 0.54 0.14
HSL 29.75º 0.63% 0.63% -
HSV(B) 29.75º 0.54% 0.86% -
XYZ 44.43 41.3 17.94 -
YUV 171.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 220 160 101 0 0.27 0.54 0.14 29.75 0.63 0.63
Hex DC A0 65 0 1B 36 E 1E 3F 3F
Octal 334 240 145 0 33 66 16 36 77 77
Binary 11011100 10100000 1100101 0 11011 110110 1110 11110 111111 111111

Color Harmonies of #DCA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA065

Black with #DCA065

Text Example


Text Example

White with #DCA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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