Html Css Color HEX #DC8662 Copper

📋 copy color: '#DC8662'

red 220 ◦ green 134 ◦ blue 98

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

Shades of Copper #DC8662

Tints of Copper #DC8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 48.67%
G = 29.65%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8662 (or 0xDC8662) is known color: Copper. HEX triplet: DC, 86 and 62. RGB value is (220,134,98). Sum of RGB (Red+Green+Blue) = 220+134+98=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8662 is #23799D. Grayscale: #9B9B9B. Windows color (decimal): -2324894 or 6457052. OLE color: 6457052.

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

Color convert

RGB 220 134 98 -
CMYK 0 0.39 0.55 0.14
HSL 17.7º 0.64% 0.62% -
HSV(B) 17.7º 0.55% 0.86% -
XYZ 40.24 33.15 15.83 -
YUV 155.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 220 134 98 0 0.39 0.55 0.14 17.7 0.64 0.62
Hex DC 86 62 0 27 37 E 12 40 3E
Octal 334 206 142 0 47 67 16 22 100 76
Binary 11011100 10000110 1100010 0 100111 110111 1110 10010 1000000 111110

Color Harmonies of #DC8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8662

Black with #DC8662

Text Example


Text Example

White with #DC8662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8662; }

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

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

background-color css

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

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

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

border-color css

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

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

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