Html Css Color HEX #DC8763 Copper

📋 copy color: '#DC8763'

red 220 ◦ green 135 ◦ blue 99

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

Shades of Copper #DC8763

Tints of Copper #DC8763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.74%

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

R = 48.46%
G = 29.74%
B = 21.81%

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

#DC8763 (or 0xDC8763) is known color: Copper. HEX triplet: DC, 87 and 63. RGB value is (220,135,99). Sum of RGB (Red+Green+Blue) = 220+135+99=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8763 is #23789C. Grayscale: #9C9C9C. Windows color (decimal): -2324637 or 6522844. OLE color: 6522844.

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

Color convert

RGB 220 135 99 -
CMYK 0 0.39 0.55 0.14
HSL 17.85º 0.63% 0.63% -
HSV(B) 17.85º 0.55% 0.86% -
XYZ 40.43 33.44 16.13 -
YUV 156.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 220 135 99 0 0.39 0.55 0.14 17.85 0.63 0.63
Hex DC 87 63 0 27 37 E 12 3F 3F
Octal 334 207 143 0 47 67 16 22 77 77
Binary 11011100 10000111 1100011 0 100111 110111 1110 10010 111111 111111

Color Harmonies of #DC8763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8763

Black with #DC8763

Text Example


Text Example

White with #DC8763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8763; }

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

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

background-color css

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

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

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

border-color css

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

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

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