Html Css Color HEX #DC8962 Copper

📋 copy color: '#DC8962'

red 220 ◦ green 137 ◦ blue 98

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

Shades of Copper #DC8962

Tints of Copper #DC8962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 48.35%
G = 30.11%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8962 (or 0xDC8962) is known color: Copper. HEX triplet: DC, 89 and 62. RGB value is (220,137,98). Sum of RGB (Red+Green+Blue) = 220+137+98=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8962 is #23769D. Grayscale: #9D9D9D. Windows color (decimal): -2324126 or 6457820. OLE color: 6457820.

HSL color Cylindrical-coordinate representation of color #DC8962: hue angle of 19.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8962 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 98 -
CMYK 0 0.38 0.55 0.14
HSL 19.18º 0.64% 0.62% -
HSV(B) 19.18º 0.55% 0.86% -
XYZ 40.67 33.99 15.97 -
YUV 157.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 220 137 98 0 0.38 0.55 0.14 19.18 0.64 0.62
Hex DC 89 62 0 26 37 E 13 40 3E
Octal 334 211 142 0 46 67 16 23 100 76
Binary 11011100 10001001 1100010 0 100110 110111 1110 10011 1000000 111110

Color Harmonies of #DC8962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8962

Black with #DC8962

Text Example


Text Example

White with #DC8962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8962; }

 p { color: rgb(220,137,98); }

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

background-color css

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

 a { background-color: rgb(220,137,98); }

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

border-color css

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

 span { border-color: rgb(220,137,98); }

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