Html Css Color HEX #DE885A Copper

📋 copy color: '#DE885A'

red 222 ◦ green 136 ◦ blue 90

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

Shades of Copper #DE885A

Tints of Copper #DE885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 49.55%
G = 30.36%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE885A (or 0xDE885A) is known color: Copper. HEX triplet: DE, 88 and 5A. RGB value is (222,136,90). Sum of RGB (Red+Green+Blue) = 222+136+90=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885A is #2177A5. Grayscale: #9C9C9C. Windows color (decimal): -2193318 or 5933278. OLE color: 5933278.

HSL color Cylindrical-coordinate representation of color #DE885A: hue angle of 20.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE885A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 90 -
CMYK 0 0.39 0.59 0.13
HSL 20.91º 0.67% 0.61% -
HSV(B) 20.91º 0.59% 0.87% -
XYZ 40.77 33.88 14.06 -
YUV 156.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 222 136 90 0 0.39 0.59 0.13 20.91 0.67 0.61
Hex DE 88 5A 0 27 3B D 15 43 3D
Octal 336 210 132 0 47 73 15 25 103 75
Binary 11011110 10001000 1011010 0 100111 111011 1101 10101 1000011 111101

Color Harmonies of #DE885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE885A

Black with #DE885A

Text Example


Text Example

White with #DE885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE885A; }

 p { color: rgb(222,136,90); }

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

background-color css

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

 a { background-color: rgb(222,136,90); }

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

border-color css

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

 span { border-color: rgb(222,136,90); }

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