Html Css Color HEX #DC8268 Copper

📋 copy color: '#DC8268'

red 220 ◦ green 130 ◦ blue 104

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

Shades of Copper #DC8268

Tints of Copper #DC8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 48.46%
G = 28.63%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC8268 (or 0xDC8268) is known color: Copper. HEX triplet: DC, 82 and 68. RGB value is (220,130,104). Sum of RGB (Red+Green+Blue) = 220+130+104=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8268 is #237D97. Grayscale: #9A9A9A. Windows color (decimal): -2325912 or 6849244. OLE color: 6849244.

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

Color convert

RGB 220 130 104 -
CMYK 0 0.41 0.53 0.14
HSL 13.45º 0.62% 0.64% -
HSV(B) 13.45º 0.53% 0.86% -
XYZ 40 32.18 17.2 -
YUV 153.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 220 130 104 0 0.41 0.53 0.14 13.45 0.62 0.64
Hex DC 82 68 0 29 35 E D 3E 40
Octal 334 202 150 0 51 65 16 15 76 100
Binary 11011100 10000010 1101000 0 101001 110101 1110 1101 111110 1000000

Color Harmonies of #DC8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8268

Black with #DC8268

Text Example


Text Example

White with #DC8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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