Html Css Color HEX #D6886F Copper

📋 copy color: '#D6886F'

red 214 ◦ green 136 ◦ blue 111

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

Shades of Copper #D6886F

Tints of Copper #D6886F

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 46.42%
G = 29.5%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6886F (or 0xD6886F) is known color: Copper. HEX triplet: D6, 88 and 6F. RGB value is (214,136,111). Sum of RGB (Red+Green+Blue) = 214+136+111=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6886F is #297790. Grayscale: #9C9C9C. Windows color (decimal): -2717585 or 7309526. OLE color: 7309526.

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

Color convert

RGB 214 136 111 -
CMYK 0 0.36 0.48 0.16
HSL 14.56º 0.56% 0.64% -
HSV(B) 14.56º 0.48% 0.84% -
XYZ 39.4 33.05 19.34 -
YUV 156.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 214 136 111 0 0.36 0.48 0.16 14.56 0.56 0.64
Hex D6 88 6F 0 24 30 10 F 38 40
Octal 326 210 157 0 44 60 20 17 70 100
Binary 11010110 10001000 1101111 0 100100 110000 10000 1111 111000 1000000

Color Harmonies of #D6886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6886F

Black with #D6886F

Text Example


Text Example

White with #D6886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6886F; }

 p { color: rgb(214,136,111); }

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

background-color css

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

 a { background-color: rgb(214,136,111); }

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

border-color css

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

 span { border-color: rgb(214,136,111); }

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