Html Css Color HEX #DC9267 Copper

📋 copy color: '#DC9267'

red 220 ◦ green 146 ◦ blue 103

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

Shades of Copper #DC9267

Tints of Copper #DC9267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 46.91%
G = 31.13%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9267 (or 0xDC9267) is known color: Copper. HEX triplet: DC, 92 and 67. RGB value is (220,146,103). Sum of RGB (Red+Green+Blue) = 220+146+103=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9267 is #236D98. Grayscale: #A3A3A3. Windows color (decimal): -2321817 or 6787804. OLE color: 6787804.

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

Color convert

RGB 220 146 103 -
CMYK 0 0.34 0.53 0.14
HSL 22.05º 0.63% 0.63% -
HSV(B) 22.05º 0.53% 0.86% -
XYZ 42.24 36.75 17.7 -
YUV 163.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 220 146 103 0 0.34 0.53 0.14 22.05 0.63 0.63
Hex DC 92 67 0 22 35 E 16 3F 3F
Octal 334 222 147 0 42 65 16 26 77 77
Binary 11011100 10010010 1100111 0 100010 110101 1110 10110 111111 111111

Color Harmonies of #DC9267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9267

Black with #DC9267

Text Example


Text Example

White with #DC9267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9267; }

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

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

background-color css

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

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

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

border-color css

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

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

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