Html Css Color HEX #D4866C Copper

📋 copy color: '#D4866C'

red 212 ◦ green 134 ◦ blue 108

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

Shades of Copper #D4866C

Tints of Copper #D4866C

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

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

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 46.7%
G = 29.52%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4866C (or 0xD4866C) is known color: Copper. HEX triplet: D4, 86 and 6C. RGB value is (212,134,108). Sum of RGB (Red+Green+Blue) = 212+134+108=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4866C is #2B7993. Grayscale: #9A9A9A. Windows color (decimal): -2849172 or 7112404. OLE color: 7112404.

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

Color convert

RGB 212 134 108 -
CMYK 0 0.37 0.49 0.17
HSL 15º 0.55% 0.63% -
HSV(B) 15º 0.49% 0.83% -
XYZ 38.38 32.13 18.37 -
YUV 154.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 212 134 108 0 0.37 0.49 0.17 15 0.55 0.63
Hex D4 86 6C 0 25 31 11 F 37 3F
Octal 324 206 154 0 45 61 21 17 67 77
Binary 11010100 10000110 1101100 0 100101 110001 10001 1111 110111 111111

Color Harmonies of #D4866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4866C

Black with #D4866C

Text Example


Text Example

White with #D4866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4866C; }

 p { color: rgb(212,134,108); }

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

background-color css

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

 a { background-color: rgb(212,134,108); }

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

border-color css

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

 span { border-color: rgb(212,134,108); }

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