Html Css Color HEX #DC9368 Copper

📋 copy color: '#DC9368'

red 220 ◦ green 147 ◦ blue 104

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

Shades of Copper #DC9368

Tints of Copper #DC9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 46.71%
G = 31.21%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9368 (or 0xDC9368) is known color: Copper. HEX triplet: DC, 93 and 68. RGB value is (220,147,104). Sum of RGB (Red+Green+Blue) = 220+147+104=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9368 is #236C97. Grayscale: #A4A4A4. Windows color (decimal): -2321560 or 6853596. OLE color: 6853596.

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

Color convert

RGB 220 147 104 -
CMYK 0 0.33 0.53 0.14
HSL 22.24º 0.62% 0.64% -
HSV(B) 22.24º 0.53% 0.86% -
XYZ 42.45 37.08 18.02 -
YUV 163.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 220 147 104 0 0.33 0.53 0.14 22.24 0.62 0.64
Hex DC 93 68 0 21 35 E 16 3E 40
Octal 334 223 150 0 41 65 16 26 76 100
Binary 11011100 10010011 1101000 0 100001 110101 1110 10110 111110 1000000

Color Harmonies of #DC9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9368

Black with #DC9368

Text Example


Text Example

White with #DC9368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9368; }

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

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

background-color css

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

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

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

border-color css

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

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

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