Html Css Color HEX #DC926D Copper

📋 copy color: '#DC926D'

red 220 ◦ green 146 ◦ blue 109

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

Shades of Copper #DC926D

Tints of Copper #DC926D

RGB

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

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

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

R = 46.32%
G = 30.74%
B = 22.95%

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

#DC926D (or 0xDC926D) is known color: Copper. HEX triplet: DC, 92 and 6D. RGB value is (220,146,109). Sum of RGB (Red+Green+Blue) = 220+146+109=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926D is #236D92. Grayscale: #A4A4A4. Windows color (decimal): -2321811 or 7181020. OLE color: 7181020.

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

Color convert

RGB 220 146 109 -
CMYK 0 0.34 0.50 0.14
HSL 20º 0.61% 0.65% -
HSV(B) 20º 0.5% 0.86% -
XYZ 42.55 36.88 19.34 -
YUV 163.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 220 146 109 0 0.34 0.50 0.14 20 0.61 0.65
Hex DC 92 6D 0 22 32 E 14 3D 41
Octal 334 222 155 0 42 62 16 24 75 101
Binary 11011100 10010010 1101101 0 100010 110010 1110 10100 111101 1000001

Color Harmonies of #DC926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC926D

Black with #DC926D

Text Example


Text Example

White with #DC926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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