Html Css Color HEX #DE946C Copper

📋 copy color: '#DE946C'

red 222 ◦ green 148 ◦ blue 108

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

Shades of Copper #DE946C

Tints of Copper #DE946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 46.44%
G = 30.96%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE946C (or 0xDE946C) is known color: Copper. HEX triplet: DE, 94 and 6C. RGB value is (222,148,108). Sum of RGB (Red+Green+Blue) = 222+148+108=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE946C is #216B93. Grayscale: #A5A5A5. Windows color (decimal): -2190228 or 7115998. OLE color: 7115998.

HSL color Cylindrical-coordinate representation of color #DE946C: hue angle of 21.05º 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 #DE946C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 148 108 -
CMYK 0 0.33 0.51 0.13
HSL 21.05º 0.63% 0.65% -
HSV(B) 21.05º 0.51% 0.87% -
XYZ 43.42 37.79 19.19 -
YUV 165.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 222 148 108 0 0.33 0.51 0.13 21.05 0.63 0.65
Hex DE 94 6C 0 21 33 D 15 3F 41
Octal 336 224 154 0 41 63 15 25 77 101
Binary 11011110 10010100 1101100 0 100001 110011 1101 10101 111111 1000001

Color Harmonies of #DE946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE946C

Black with #DE946C

Text Example


Text Example

White with #DE946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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