Html Css Color HEX #DC9168 Copper

📋 copy color: '#DC9168'

red 220 ◦ green 145 ◦ blue 104

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

Shades of Copper #DC9168

Tints of Copper #DC9168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 46.91%
G = 30.92%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9168 (or 0xDC9168) is known color: Copper. HEX triplet: DC, 91 and 68. RGB value is (220,145,104). Sum of RGB (Red+Green+Blue) = 220+145+104=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9168 is #236E97. Grayscale: #A2A2A2. Windows color (decimal): -2322072 or 6853084. OLE color: 6853084.

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

Color convert

RGB 220 145 104 -
CMYK 0 0.34 0.53 0.14
HSL 21.21º 0.62% 0.64% -
HSV(B) 21.21º 0.53% 0.86% -
XYZ 42.14 36.47 17.91 -
YUV 162.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 220 145 104 0 0.34 0.53 0.14 21.21 0.62 0.64
Hex DC 91 68 0 22 35 E 15 3E 40
Octal 334 221 150 0 42 65 16 25 76 100
Binary 11011100 10010001 1101000 0 100010 110101 1110 10101 111110 1000000

Color Harmonies of #DC9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9168

Black with #DC9168

Text Example


Text Example

White with #DC9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9168; }

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

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

background-color css

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

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

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

border-color css

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

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

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