Html Css Color HEX #DC8167 Copper

📋 copy color: '#DC8167'

red 220 ◦ green 129 ◦ blue 103

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

Shades of Copper #DC8167

Tints of Copper #DC8167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

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

R = 48.67%
G = 28.54%
B = 22.79%

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

#DC8167 (or 0xDC8167) is known color: Copper. HEX triplet: DC, 81 and 67. RGB value is (220,129,103). Sum of RGB (Red+Green+Blue) = 220+129+103=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8167 is #237E98. Grayscale: #999999. Windows color (decimal): -2326169 or 6783452. OLE color: 6783452.

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

Color convert

RGB 220 129 103 -
CMYK 0 0.41 0.53 0.14
HSL 13.33º 0.63% 0.63% -
HSV(B) 13.33º 0.53% 0.86% -
XYZ 39.81 31.9 16.89 -
YUV 153.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 220 129 103 0 0.41 0.53 0.14 13.33 0.63 0.63
Hex DC 81 67 0 29 35 E D 3F 3F
Octal 334 201 147 0 51 65 16 15 77 77
Binary 11011100 10000001 1100111 0 101001 110101 1110 1101 111111 111111

Color Harmonies of #DC8167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8167

Black with #DC8167

Text Example


Text Example

White with #DC8167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8167; }

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

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

background-color css

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

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

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

border-color css

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

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

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