Html Css Color HEX #DCA062 Porsche

📋 copy color: '#DCA062'

red 220 ◦ green 160 ◦ blue 98

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

Shades of Porsche #DCA062

Tints of Porsche #DCA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 46.03%
G = 33.47%
B = 20.5%

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

#DCA062 (or 0xDCA062) is known color: Porsche. HEX triplet: DC, A0 and 62. RGB value is (220,160,98). Sum of RGB (Red+Green+Blue) = 220+160+98=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA062 is #235F9D. Grayscale: #ABABAB. Windows color (decimal): -2318238 or 6463708. OLE color: 6463708.

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

Color convert

RGB 220 160 98 -
CMYK 0 0.27 0.55 0.14
HSL 30.49º 0.64% 0.62% -
HSV(B) 30.49º 0.55% 0.86% -
XYZ 44.29 41.24 17.18 -
YUV 170.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 220 160 98 0 0.27 0.55 0.14 30.49 0.64 0.62
Hex DC A0 62 0 1B 37 E 1E 40 3E
Octal 334 240 142 0 33 67 16 36 100 76
Binary 11011100 10100000 1100010 0 11011 110111 1110 11110 1000000 111110

Color Harmonies of #DCA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA062

Black with #DCA062

Text Example


Text Example

White with #DCA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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