Html Css Color HEX #DE926E Copper

📋 copy color: '#DE926E'

red 222 ◦ green 146 ◦ blue 110

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

Shades of Copper #DE926E

Tints of Copper #DE926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 46.44%
G = 30.54%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE926E (or 0xDE926E) is known color: Copper. HEX triplet: DE, 92 and 6E. RGB value is (222,146,110). Sum of RGB (Red+Green+Blue) = 222+146+110=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE926E is #216D91. Grayscale: #A4A4A4. Windows color (decimal): -2190738 or 7246558. OLE color: 7246558.

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

Color convert

RGB 222 146 110 -
CMYK 0 0.34 0.50 0.13
HSL 19.29º 0.63% 0.65% -
HSV(B) 19.29º 0.5% 0.87% -
XYZ 43.22 37.21 19.66 -
YUV 164.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 222 146 110 0 0.34 0.50 0.13 19.29 0.63 0.65
Hex DE 92 6E 0 22 32 D 13 3F 41
Octal 336 222 156 0 42 62 15 23 77 101
Binary 11011110 10010010 1101110 0 100010 110010 1101 10011 111111 1000001

Color Harmonies of #DE926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE926E

Black with #DE926E

Text Example


Text Example

White with #DE926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE926E; }

 p { color: rgb(222,146,110); }

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

background-color css

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

 a { background-color: rgb(222,146,110); }

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

border-color css

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

 span { border-color: rgb(222,146,110); }

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