Html Css Color HEX #D2886C Copper

📋 copy color: '#D2886C'

red 210 ◦ green 136 ◦ blue 108

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

Shades of Copper #D2886C

Tints of Copper #D2886C

RGB

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

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

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

R = 46.26%
G = 29.96%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2886C (or 0xD2886C) is known color: Copper. HEX triplet: D2, 88 and 6C. RGB value is (210,136,108). Sum of RGB (Red+Green+Blue) = 210+136+108=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2886C is #2D7793. Grayscale: #9B9B9B. Windows color (decimal): -2979732 or 7112914. OLE color: 7112914.

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

Color convert

RGB 210 136 108 -
CMYK 0 0.35 0.49 0.18
HSL 16.47º 0.53% 0.62% -
HSV(B) 16.47º 0.49% 0.82% -
XYZ 38.09 32.39 18.43 -
YUV 154.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 210 136 108 0 0.35 0.49 0.18 16.47 0.53 0.62
Hex D2 88 6C 0 23 31 12 10 35 3E
Octal 322 210 154 0 43 61 22 20 65 76
Binary 11010010 10001000 1101100 0 100011 110001 10010 10000 110101 111110

Color Harmonies of #D2886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2886C

Black with #D2886C

Text Example


Text Example

White with #D2886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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