Html Css Color HEX #DC926E Copper

📋 copy color: '#DC926E'

red 220 ◦ green 146 ◦ blue 110

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

Shades of Copper #DC926E

Tints of Copper #DC926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 46.22%
G = 30.67%
B = 23.11%

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

#DC926E (or 0xDC926E) is known color: Copper. HEX triplet: DC, 92 and 6E. RGB value is (220,146,110). Sum of RGB (Red+Green+Blue) = 220+146+110=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926E is #236D91. Grayscale: #A4A4A4. Windows color (decimal): -2321810 or 7246556. OLE color: 7246556.

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

Color convert

RGB 220 146 110 -
CMYK 0 0.34 0.50 0.14
HSL 19.64º 0.61% 0.65% -
HSV(B) 19.64º 0.5% 0.86% -
XYZ 42.61 36.9 19.63 -
YUV 164.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 220 146 110 0 0.34 0.50 0.14 19.64 0.61 0.65
Hex DC 92 6E 0 22 32 E 14 3D 41
Octal 334 222 156 0 42 62 16 24 75 101
Binary 11011100 10010010 1101110 0 100010 110010 1110 10100 111101 1000001

Color Harmonies of #DC926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC926E

Black with #DC926E

Text Example


Text Example

White with #DC926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC926E; }

 p { color: rgb(220,146,110); }

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

background-color css

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

 a { background-color: rgb(220,146,110); }

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

border-color css

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

 span { border-color: rgb(220,146,110); }

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