Html Css Color HEX #D6885F Copper

📋 copy color: '#D6885F'

red 214 ◦ green 136 ◦ blue 95

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

Shades of Copper #D6885F

Tints of Copper #D6885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 48.09%
G = 30.56%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6885F (or 0xD6885F) is known color: Copper. HEX triplet: D6, 88 and 5F. RGB value is (214,136,95). Sum of RGB (Red+Green+Blue) = 214+136+95=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6885F is #2977A0. Grayscale: #9A9A9A. Windows color (decimal): -2717601 or 6260950. OLE color: 6260950.

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

Color convert

RGB 214 136 95 -
CMYK 0 0.36 0.56 0.16
HSL 20.67º 0.59% 0.61% -
HSV(B) 20.67º 0.56% 0.84% -
XYZ 38.6 32.73 15.11 -
YUV 154.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 214 136 95 0 0.36 0.56 0.16 20.67 0.59 0.61
Hex D6 88 5F 0 24 38 10 15 3B 3D
Octal 326 210 137 0 44 70 20 25 73 75
Binary 11010110 10001000 1011111 0 100100 111000 10000 10101 111011 111101

Color Harmonies of #D6885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6885F

Black with #D6885F

Text Example


Text Example

White with #D6885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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