Html Css Color HEX #D2886D Copper

📋 copy color: '#D2886D'

red 210 ◦ green 136 ◦ blue 109

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

Shades of Copper #D2886D

Tints of Copper #D2886D

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

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

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 46.15%
G = 29.89%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2886D (or 0xD2886D) is known color: Copper. HEX triplet: D2, 88 and 6D. RGB value is (210,136,109). Sum of RGB (Red+Green+Blue) = 210+136+109=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2886D is #2D7792. Grayscale: #9B9B9B. Windows color (decimal): -2979731 or 7178450. OLE color: 7178450.

HSL color Cylindrical-coordinate representation of color #D2886D: hue angle of 16.04º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2886D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 109 -
CMYK 0 0.35 0.48 0.18
HSL 16.04º 0.53% 0.63% -
HSV(B) 16.04º 0.48% 0.82% -
XYZ 38.14 32.41 18.71 -
YUV 155.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 210 136 109 0 0.35 0.48 0.18 16.04 0.53 0.63
Hex D2 88 6D 0 23 30 12 10 35 3F
Octal 322 210 155 0 43 60 22 20 65 77
Binary 11010010 10001000 1101101 0 100011 110000 10010 10000 110101 111111

Color Harmonies of #D2886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2886D

Black with #D2886D

Text Example


Text Example

White with #D2886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2886D; }

 p { color: rgb(210,136,109); }

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

background-color css

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

 a { background-color: rgb(210,136,109); }

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

border-color css

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

 span { border-color: rgb(210,136,109); }

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