Html Css Color HEX #DE8F6B Copper

📋 copy color: '#DE8F6B'

red 222 ◦ green 143 ◦ blue 107

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

Shades of Copper #DE8F6B

Tints of Copper #DE8F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.67%

R = 47.03%
G = 30.3%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE8F6B (or 0xDE8F6B) is known color: Copper. HEX triplet: DE, 8F and 6B. RGB value is (222,143,107). Sum of RGB (Red+Green+Blue) = 222+143+107=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F6B is #217094. Grayscale: #A2A2A2. Windows color (decimal): -2191509 or 7049182. OLE color: 7049182.

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

Color convert

RGB 222 143 107 -
CMYK 0 0.36 0.52 0.13
HSL 18.78º 0.64% 0.65% -
HSV(B) 18.78º 0.52% 0.87% -
XYZ 42.6 36.24 18.66 -
YUV 162.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 222 143 107 0 0.36 0.52 0.13 18.78 0.64 0.65
Hex DE 8F 6B 0 24 34 D 13 40 41
Octal 336 217 153 0 44 64 15 23 100 101
Binary 11011110 10001111 1101011 0 100100 110100 1101 10011 1000000 1000001

Color Harmonies of #DE8F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F6B

Black with #DE8F6B

Text Example


Text Example

White with #DE8F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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