Html Css Color HEX #D5866A Copper

📋 copy color: '#D5866A'

red 213 ◦ green 134 ◦ blue 106

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

Shades of Copper #D5866A

Tints of Copper #D5866A

RGB

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

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

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

R = 47.02%
G = 29.58%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5866A (or 0xD5866A) is known color: Copper. HEX triplet: D5, 86 and 6A. RGB value is (213,134,106). Sum of RGB (Red+Green+Blue) = 213+134+106=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866A is #2A7995. Grayscale: #9A9A9A. Windows color (decimal): -2783638 or 6981333. OLE color: 6981333.

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

Color convert

RGB 213 134 106 -
CMYK 0 0.37 0.50 0.16
HSL 15.7º 0.56% 0.63% -
HSV(B) 15.7º 0.5% 0.84% -
XYZ 38.57 32.24 17.83 -
YUV 154.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 213 134 106 0 0.37 0.50 0.16 15.7 0.56 0.63
Hex D5 86 6A 0 25 32 10 10 38 3F
Octal 325 206 152 0 45 62 20 20 70 77
Binary 11010101 10000110 1101010 0 100101 110010 10000 10000 111000 111111

Color Harmonies of #D5866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5866A

Black with #D5866A

Text Example


Text Example

White with #D5866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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