Html Css Color HEX #DC8068 Copper

📋 copy color: '#DC8068'

red 220 ◦ green 128 ◦ blue 104

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

Shades of Copper #DC8068

Tints of Copper #DC8068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 48.67%
G = 28.32%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC8068 (or 0xDC8068) is known color: Copper. HEX triplet: DC, 80 and 68. RGB value is (220,128,104). Sum of RGB (Red+Green+Blue) = 220+128+104=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8068 is #237F97. Grayscale: #989898. Windows color (decimal): -2326424 or 6848732. OLE color: 6848732.

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

Color convert

RGB 220 128 104 -
CMYK 0 0.42 0.53 0.14
HSL 12.41º 0.62% 0.64% -
HSV(B) 12.41º 0.53% 0.86% -
XYZ 39.73 31.65 17.11 -
YUV 152.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 220 128 104 0 0.42 0.53 0.14 12.41 0.62 0.64
Hex DC 80 68 0 2A 35 E C 3E 40
Octal 334 200 150 0 52 65 16 14 76 100
Binary 11011100 10000000 1101000 0 101010 110101 1110 1100 111110 1000000

Color Harmonies of #DC8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8068

Black with #DC8068

Text Example


Text Example

White with #DC8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8068; }

 p { color: rgb(220,128,104); }

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

background-color css

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

 a { background-color: rgb(220,128,104); }

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

border-color css

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

 span { border-color: rgb(220,128,104); }

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