Html Css Color HEX #DC8169 Copper

📋 copy color: '#DC8169'

red 220 ◦ green 129 ◦ blue 105

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

Shades of Copper #DC8169

Tints of Copper #DC8169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 48.46%
G = 28.41%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8169 (or 0xDC8169) is known color: Copper. HEX triplet: DC, 81 and 69. RGB value is (220,129,105). Sum of RGB (Red+Green+Blue) = 220+129+105=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8169 is #237E96. Grayscale: #999999. Windows color (decimal): -2326167 or 6914524. OLE color: 6914524.

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

Color convert

RGB 220 129 105 -
CMYK 0 0.41 0.52 0.14
HSL 12.52º 0.62% 0.64% -
HSV(B) 12.52º 0.52% 0.86% -
XYZ 39.92 31.94 17.43 -
YUV 153.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 220 129 105 0 0.41 0.52 0.14 12.52 0.62 0.64
Hex DC 81 69 0 29 34 E D 3E 40
Octal 334 201 151 0 51 64 16 15 76 100
Binary 11011100 10000001 1101001 0 101001 110100 1110 1101 111110 1000000

Color Harmonies of #DC8169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8169

Black with #DC8169

Text Example


Text Example

White with #DC8169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8169; }

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

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

background-color css

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

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

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

border-color css

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

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

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