Html Css Color HEX #D2886E Copper

📋 copy color: '#D2886E'

red 210 ◦ green 136 ◦ blue 110

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

Shades of Copper #D2886E

Tints of Copper #D2886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 46.05%
G = 29.82%
B = 24.12%

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

#D2886E (or 0xD2886E) is known color: Copper. HEX triplet: D2, 88 and 6E. RGB value is (210,136,110). Sum of RGB (Red+Green+Blue) = 210+136+110=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2886E is #2D7791. Grayscale: #9B9B9B. Windows color (decimal): -2979730 or 7243986. OLE color: 7243986.

HSL color Cylindrical-coordinate representation of color #D2886E: hue angle of 15.6º 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 #D2886E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 110 -
CMYK 0 0.35 0.48 0.18
HSL 15.6º 0.53% 0.63% -
HSV(B) 15.6º 0.48% 0.82% -
XYZ 38.2 32.44 19 -
YUV 155.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 210 136 110 0 0.35 0.48 0.18 15.6 0.53 0.63
Hex D2 88 6E 0 23 30 12 10 35 3F
Octal 322 210 156 0 43 60 22 20 65 77
Binary 11010010 10001000 1101110 0 100011 110000 10010 10000 110101 111111

Color Harmonies of #D2886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2886E

Black with #D2886E

Text Example


Text Example

White with #D2886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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