Html Css Color HEX #DE8566 Copper

📋 copy color: '#DE8566'

red 222 ◦ green 133 ◦ blue 102

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

Shades of Copper #DE8566

Tints of Copper #DE8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 48.58%
G = 29.1%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE8566 (or 0xDE8566) is known color: Copper. HEX triplet: DE, 85 and 66. RGB value is (222,133,102). Sum of RGB (Red+Green+Blue) = 222+133+102=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8566 is #217A99. Grayscale: #9C9C9C. Windows color (decimal): -2194074 or 6718942. OLE color: 6718942.

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

Color convert

RGB 222 133 102 -
CMYK 0 0.40 0.54 0.13
HSL 15.5º 0.65% 0.64% -
HSV(B) 15.5º 0.54% 0.87% -
XYZ 40.91 33.26 16.83 -
YUV 156.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 222 133 102 0 0.40 0.54 0.13 15.5 0.65 0.64
Hex DE 85 66 0 28 36 D 10 41 40
Octal 336 205 146 0 50 66 15 20 101 100
Binary 11011110 10000101 1100110 0 101000 110110 1101 10000 1000001 1000000

Color Harmonies of #DE8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8566

Black with #DE8566

Text Example


Text Example

White with #DE8566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8566; }

 p { color: rgb(222,133,102); }

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

background-color css

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

 a { background-color: rgb(222,133,102); }

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

border-color css

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

 span { border-color: rgb(222,133,102); }

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