Html Css Color HEX #DC916D Copper

📋 copy color: '#DC916D'

red 220 ◦ green 145 ◦ blue 109

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

Shades of Copper #DC916D

Tints of Copper #DC916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 46.41%
G = 30.59%
B = 23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC916D (or 0xDC916D) is known color: Copper. HEX triplet: DC, 91 and 6D. RGB value is (220,145,109). Sum of RGB (Red+Green+Blue) = 220+145+109=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC916D is #236E92. Grayscale: #A3A3A3. Windows color (decimal): -2322067 or 7180764. OLE color: 7180764.

HSL color Cylindrical-coordinate representation of color #DC916D: hue angle of 19.46º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC916D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 109 -
CMYK 0 0.34 0.50 0.14
HSL 19.46º 0.61% 0.65% -
HSV(B) 19.46º 0.5% 0.86% -
XYZ 42.4 36.57 19.29 -
YUV 163.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 220 145 109 0 0.34 0.50 0.14 19.46 0.61 0.65
Hex DC 91 6D 0 22 32 E 13 3D 41
Octal 334 221 155 0 42 62 16 23 75 101
Binary 11011100 10010001 1101101 0 100010 110010 1110 10011 111101 1000001

Color Harmonies of #DC916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC916D

Black with #DC916D

Text Example


Text Example

White with #DC916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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