Html Css Color HEX #DC8663 Copper

📋 copy color: '#DC8663'

red 220 ◦ green 134 ◦ blue 99

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

Shades of Copper #DC8663

Tints of Copper #DC8663

RGB

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

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

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

R = 48.57%
G = 29.58%
B = 21.85%

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

#DC8663 (or 0xDC8663) is known color: Copper. HEX triplet: DC, 86 and 63. RGB value is (220,134,99). Sum of RGB (Red+Green+Blue) = 220+134+99=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8663 is #23799C. Grayscale: #9B9B9B. Windows color (decimal): -2324893 or 6522588. OLE color: 6522588.

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

Color convert

RGB 220 134 99 -
CMYK 0 0.39 0.55 0.14
HSL 17.36º 0.63% 0.63% -
HSV(B) 17.36º 0.55% 0.86% -
XYZ 40.29 33.17 16.08 -
YUV 155.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 220 134 99 0 0.39 0.55 0.14 17.36 0.63 0.63
Hex DC 86 63 0 27 37 E 11 3F 3F
Octal 334 206 143 0 47 67 16 21 77 77
Binary 11011100 10000110 1100011 0 100111 110111 1110 10001 111111 111111

Color Harmonies of #DC8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8663

Black with #DC8663

Text Example


Text Example

White with #DC8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8663; }

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

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

background-color css

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

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

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

border-color css

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

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

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