Html Css Color HEX #DC8867 Copper

📋 copy color: '#DC8867'

red 220 ◦ green 136 ◦ blue 103

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

Shades of Copper #DC8867

Tints of Copper #DC8867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 47.93%
G = 29.63%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC8867 (or 0xDC8867) is known color: Copper. HEX triplet: DC, 88 and 67. RGB value is (220,136,103). Sum of RGB (Red+Green+Blue) = 220+136+103=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8867 is #237798. Grayscale: #9D9D9D. Windows color (decimal): -2324377 or 6785244. OLE color: 6785244.

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

Color convert

RGB 220 136 103 -
CMYK 0 0.38 0.53 0.14
HSL 16.92º 0.63% 0.63% -
HSV(B) 16.92º 0.53% 0.86% -
XYZ 40.77 33.8 17.21 -
YUV 157.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 220 136 103 0 0.38 0.53 0.14 16.92 0.63 0.63
Hex DC 88 67 0 26 35 E 11 3F 3F
Octal 334 210 147 0 46 65 16 21 77 77
Binary 11011100 10001000 1100111 0 100110 110101 1110 10001 111111 111111

Color Harmonies of #DC8867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8867

Black with #DC8867

Text Example


Text Example

White with #DC8867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8867; }

 p { color: rgb(220,136,103); }

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

background-color css

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

 a { background-color: rgb(220,136,103); }

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

border-color css

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

 span { border-color: rgb(220,136,103); }

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