Html Css Color HEX #D6886C Copper

📋 copy color: '#D6886C'

red 214 ◦ green 136 ◦ blue 108

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

Shades of Copper #D6886C

Tints of Copper #D6886C

RGB

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

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

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

R = 46.72%
G = 29.69%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6886C (or 0xD6886C) is known color: Copper. HEX triplet: D6, 88 and 6C. RGB value is (214,136,108). Sum of RGB (Red+Green+Blue) = 214+136+108=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6886C is #297793. Grayscale: #9C9C9C. Windows color (decimal): -2717588 or 7112918. OLE color: 7112918.

HSL color Cylindrical-coordinate representation of color #D6886C: hue angle of 15.85º 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 #D6886C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 108 -
CMYK 0 0.36 0.50 0.16
HSL 15.85º 0.56% 0.63% -
HSV(B) 15.85º 0.5% 0.84% -
XYZ 39.24 32.99 18.49 -
YUV 156.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 214 136 108 0 0.36 0.50 0.16 15.85 0.56 0.63
Hex D6 88 6C 0 24 32 10 10 38 3F
Octal 326 210 154 0 44 62 20 20 70 77
Binary 11010110 10001000 1101100 0 100100 110010 10000 10000 111000 111111

Color Harmonies of #D6886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6886C

Black with #D6886C

Text Example


Text Example

White with #D6886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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