Html Css Color HEX #D5866E Copper

📋 copy color: '#D5866E'

red 213 ◦ green 134 ◦ blue 110

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

Shades of Copper #D5866E

Tints of Copper #D5866E

RGB

 RED value IS 213 (83.59% from 255) = 46.61%

 GREEN value IS 134 (52.73% from 255) = 29.32%

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 46.61%
G = 29.32%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5866E (or 0xD5866E) is known color: Copper. HEX triplet: D5, 86 and 6E. RGB value is (213,134,110). Sum of RGB (Red+Green+Blue) = 213+134+110=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866E is #2A7991. Grayscale: #9B9B9B. Windows color (decimal): -2783634 or 7243477. OLE color: 7243477.

HSL color Cylindrical-coordinate representation of color #D5866E: hue angle of 13.98º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5866E is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 110 -
CMYK 0 0.37 0.48 0.16
HSL 13.98º 0.55% 0.63% -
HSV(B) 13.98º 0.48% 0.84% -
XYZ 38.78 32.32 18.95 -
YUV 154.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 213 134 110 0 0.37 0.48 0.16 13.98 0.55 0.63
Hex D5 86 6E 0 25 30 10 E 37 3F
Octal 325 206 156 0 45 60 20 16 67 77
Binary 11010101 10000110 1101110 0 100101 110000 10000 1110 110111 111111

Color Harmonies of #D5866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5866E

Black with #D5866E

Text Example


Text Example

White with #D5866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5866E; }

 p { color: rgb(213,134,110); }

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

background-color css

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

 a { background-color: rgb(213,134,110); }

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

border-color css

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

 span { border-color: rgb(213,134,110); }

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