Html Css Color HEX #DE8F69 Copper

📋 copy color: '#DE8F69'

red 222 ◦ green 143 ◦ blue 105

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

Shades of Copper #DE8F69

Tints of Copper #DE8F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 47.23%
G = 30.43%
B = 22.34%

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

#DE8F69 (or 0xDE8F69) is known color: Copper. HEX triplet: DE, 8F and 69. RGB value is (222,143,105). Sum of RGB (Red+Green+Blue) = 222+143+105=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F69 is #217096. Grayscale: #A2A2A2. Windows color (decimal): -2191511 or 6918110. OLE color: 6918110.

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

Color convert

RGB 222 143 105 -
CMYK 0 0.36 0.53 0.13
HSL 19.49º 0.64% 0.64% -
HSV(B) 19.49º 0.53% 0.87% -
XYZ 42.5 36.19 18.11 -
YUV 162.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 222 143 105 0 0.36 0.53 0.13 19.49 0.64 0.64
Hex DE 8F 69 0 24 35 D 13 40 40
Octal 336 217 151 0 44 65 15 23 100 100
Binary 11011110 10001111 1101001 0 100100 110101 1101 10011 1000000 1000000

Color Harmonies of #DE8F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F69

Black with #DE8F69

Text Example


Text Example

White with #DE8F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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