Html Css Color HEX #D6886A Copper

📋 copy color: '#D6886A'

red 214 ◦ green 136 ◦ blue 106

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

Shades of Copper #D6886A

Tints of Copper #D6886A

RGB

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

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

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

R = 46.93%
G = 29.82%
B = 23.25%

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

#D6886A (or 0xD6886A) is known color: Copper. HEX triplet: D6, 88 and 6A. RGB value is (214,136,106). Sum of RGB (Red+Green+Blue) = 214+136+106=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6886A is #297795. Grayscale: #9C9C9C. Windows color (decimal): -2717590 or 6981846. OLE color: 6981846.

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

Color convert

RGB 214 136 106 -
CMYK 0 0.36 0.50 0.16
HSL 16.67º 0.57% 0.63% -
HSV(B) 16.67º 0.5% 0.84% -
XYZ 39.14 32.95 17.93 -
YUV 155.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 214 136 106 0 0.36 0.50 0.16 16.67 0.57 0.63
Hex D6 88 6A 0 24 32 10 11 39 3F
Octal 326 210 152 0 44 62 20 21 71 77
Binary 11010110 10001000 1101010 0 100100 110010 10000 10001 111001 111111

Color Harmonies of #D6886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6886A

Black with #D6886A

Text Example


Text Example

White with #D6886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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