Html Css Color HEX #D2876F Copper

📋 copy color: '#D2876F'

red 210 ◦ green 135 ◦ blue 111

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

Shades of Copper #D2876F

Tints of Copper #D2876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.61%

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 46.05%
G = 29.61%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2876F (or 0xD2876F) is known color: Copper. HEX triplet: D2, 87 and 6F. RGB value is (210,135,111). Sum of RGB (Red+Green+Blue) = 210+135+111=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2876F is #2D7890. Grayscale: #9A9A9A. Windows color (decimal): -2979985 or 7309266. OLE color: 7309266.

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

Color convert

RGB 210 135 111 -
CMYK 0 0.36 0.47 0.18
HSL 14.55º 0.52% 0.63% -
HSV(B) 14.55º 0.47% 0.82% -
XYZ 38.11 32.18 19.24 -
YUV 154.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 210 135 111 0 0.36 0.47 0.18 14.55 0.52 0.63
Hex D2 87 6F 0 24 2F 12 F 34 3F
Octal 322 207 157 0 44 57 22 17 64 77
Binary 11010010 10000111 1101111 0 100100 101111 10010 1111 110100 111111

Color Harmonies of #D2876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2876F

Black with #D2876F

Text Example


Text Example

White with #D2876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2876F; }

 p { color: rgb(210,135,111); }

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

background-color css

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

 a { background-color: rgb(210,135,111); }

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

border-color css

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

 span { border-color: rgb(210,135,111); }

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