Html Css Color HEX #DC9265 Copper

📋 copy color: '#DC9265'

red 220 ◦ green 146 ◦ blue 101

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

Shades of Copper #DC9265

Tints of Copper #DC9265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 47.11%
G = 31.26%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9265 (or 0xDC9265) is known color: Copper. HEX triplet: DC, 92 and 65. RGB value is (220,146,101). Sum of RGB (Red+Green+Blue) = 220+146+101=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9265 is #236D9A. Grayscale: #A3A3A3. Windows color (decimal): -2321819 or 6656732. OLE color: 6656732.

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

Color convert

RGB 220 146 101 -
CMYK 0 0.34 0.54 0.14
HSL 22.69º 0.63% 0.63% -
HSV(B) 22.69º 0.54% 0.86% -
XYZ 42.14 36.71 17.18 -
YUV 163 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 220 146 101 0 0.34 0.54 0.14 22.69 0.63 0.63
Hex DC 92 65 0 22 36 E 17 3F 3F
Octal 334 222 145 0 42 66 16 27 77 77
Binary 11011100 10010010 1100101 0 100010 110110 1110 10111 111111 111111

Color Harmonies of #DC9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9265

Black with #DC9265

Text Example


Text Example

White with #DC9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9265; }

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

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

background-color css

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

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

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

border-color css

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

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

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