Html Css Color HEX #DC8658 Copper

📋 copy color: '#DC8658'

red 220 ◦ green 134 ◦ blue 88

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

Shades of Copper #DC8658

Tints of Copper #DC8658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 49.77%
G = 30.32%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8658 (or 0xDC8658) is known color: Copper. HEX triplet: DC, 86 and 58. RGB value is (220,134,88). Sum of RGB (Red+Green+Blue) = 220+134+88=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8658 is #2379A7. Grayscale: #9A9A9A. Windows color (decimal): -2324904 or 5801692. OLE color: 5801692.

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

Color convert

RGB 220 134 88 -
CMYK 0 0.39 0.6 0.14
HSL 20.91º 0.65% 0.6% -
HSV(B) 20.91º 0.6% 0.86% -
XYZ 39.8 32.97 13.5 -
YUV 154.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 220 134 88 0 0.39 0.6 0.14 20.91 0.65 0.6
Hex DC 86 58 0 27 3C E 15 41 3C
Octal 334 206 130 0 47 74 16 25 101 74
Binary 11011100 10000110 1011000 0 100111 111100 1110 10101 1000001 111100

Color Harmonies of #DC8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8658

Black with #DC8658

Text Example


Text Example

White with #DC8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8658; }

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

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

background-color css

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

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

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

border-color css

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

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

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