Html Css Color HEX #DE936A Copper

📋 copy color: '#DE936A'

red 222 ◦ green 147 ◦ blue 106

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

Shades of Copper #DE936A

Tints of Copper #DE936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 46.74%
G = 30.95%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE936A (or 0xDE936A) is known color: Copper. HEX triplet: DE, 93 and 6A. RGB value is (222,147,106). Sum of RGB (Red+Green+Blue) = 222+147+106=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE936A is #216C95. Grayscale: #A4A4A4. Windows color (decimal): -2190486 or 6984670. OLE color: 6984670.

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

Color convert

RGB 222 147 106 -
CMYK 0 0.34 0.52 0.13
HSL 21.21º 0.64% 0.64% -
HSV(B) 21.21º 0.52% 0.87% -
XYZ 43.16 37.44 18.59 -
YUV 164.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 222 147 106 0 0.34 0.52 0.13 21.21 0.64 0.64
Hex DE 93 6A 0 22 34 D 15 40 40
Octal 336 223 152 0 42 64 15 25 100 100
Binary 11011110 10010011 1101010 0 100010 110100 1101 10101 1000000 1000000

Color Harmonies of #DE936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE936A

Black with #DE936A

Text Example


Text Example

White with #DE936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE936A; }

 p { color: rgb(222,147,106); }

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

background-color css

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

 a { background-color: rgb(222,147,106); }

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

border-color css

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

 span { border-color: rgb(222,147,106); }

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