Html Css Color HEX #DE986C Copper

📋 copy color: '#DE986C'

red 222 ◦ green 152 ◦ blue 108

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

Shades of Copper #DE986C

Tints of Copper #DE986C

RGB

 RED value IS 222 (87.11% from 255) = 46.06%

 GREEN value IS 152 (59.77% from 255) = 31.54%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 46.06%
G = 31.54%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE986C (or 0xDE986C) is known color: Copper. HEX triplet: DE, 98 and 6C. RGB value is (222,152,108). Sum of RGB (Red+Green+Blue) = 222+152+108=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE986C is #216793. Grayscale: #A8A8A8. Windows color (decimal): -2189204 or 7117022. OLE color: 7117022.

HSL color Cylindrical-coordinate representation of color #DE986C: hue angle of 23.16º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE986C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 108 -
CMYK 0 0.32 0.51 0.13
HSL 23.16º 0.63% 0.65% -
HSV(B) 23.16º 0.51% 0.87% -
XYZ 44.06 39.07 19.41 -
YUV 167.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 222 152 108 0 0.32 0.51 0.13 23.16 0.63 0.65
Hex DE 98 6C 0 20 33 D 17 3F 41
Octal 336 230 154 0 40 63 15 27 77 101
Binary 11011110 10011000 1101100 0 100000 110011 1101 10111 111111 1000001

Color Harmonies of #DE986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE986C

Black with #DE986C

Text Example


Text Example

White with #DE986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE986C; }

 p { color: rgb(222,152,108); }

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

background-color css

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

 a { background-color: rgb(222,152,108); }

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

border-color css

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

 span { border-color: rgb(222,152,108); }

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