Html Css Color HEX #DE8E69 Copper

📋 copy color: '#DE8E69'

red 222 ◦ green 142 ◦ blue 105

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

Shades of Copper #DE8E69

Tints of Copper #DE8E69

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 47.33%
G = 30.28%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE8E69 (or 0xDE8E69) is known color: Copper. HEX triplet: DE, 8E and 69. RGB value is (222,142,105). Sum of RGB (Red+Green+Blue) = 222+142+105=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E69 is #217196. Grayscale: #A1A1A1. Windows color (decimal): -2191767 or 6917854. OLE color: 6917854.

HSL color Cylindrical-coordinate representation of color #DE8E69: hue angle of 18.97º 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 #DE8E69 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 142 105 -
CMYK 0 0.36 0.53 0.13
HSL 18.97º 0.64% 0.64% -
HSV(B) 18.97º 0.53% 0.87% -
XYZ 42.35 35.9 18.06 -
YUV 161.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 222 142 105 0 0.36 0.53 0.13 18.97 0.64 0.64
Hex DE 8E 69 0 24 35 D 13 40 40
Octal 336 216 151 0 44 65 15 23 100 100
Binary 11011110 10001110 1101001 0 100100 110101 1101 10011 1000000 1000000

Color Harmonies of #DE8E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E69

Black with #DE8E69

Text Example


Text Example

White with #DE8E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E69; }

 p { color: rgb(222,142,105); }

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

background-color css

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

 a { background-color: rgb(222,142,105); }

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

border-color css

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

 span { border-color: rgb(222,142,105); }

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