Html Css Color HEX #DE9268 Copper

📋 copy color: '#DE9268'

red 222 ◦ green 146 ◦ blue 104

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

Shades of Copper #DE9268

Tints of Copper #DE9268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 47.03%
G = 30.93%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE9268 (or 0xDE9268) is known color: Copper. HEX triplet: DE, 92 and 68. RGB value is (222,146,104). Sum of RGB (Red+Green+Blue) = 222+146+104=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9268 is #216D97. Grayscale: #A4A4A4. Windows color (decimal): -2190744 or 6853342. OLE color: 6853342.

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

Color convert

RGB 222 146 104 -
CMYK 0 0.34 0.53 0.13
HSL 21.36º 0.64% 0.64% -
HSV(B) 21.36º 0.53% 0.87% -
XYZ 42.9 37.09 17.99 -
YUV 163.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 222 146 104 0 0.34 0.53 0.13 21.36 0.64 0.64
Hex DE 92 68 0 22 35 D 15 40 40
Octal 336 222 150 0 42 65 15 25 100 100
Binary 11011110 10010010 1101000 0 100010 110101 1101 10101 1000000 1000000

Color Harmonies of #DE9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9268

Black with #DE9268

Text Example


Text Example

White with #DE9268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9268; }

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

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

background-color css

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

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

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

border-color css

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

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

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