Html Css Color HEX #D2886B Copper

📋 copy color: '#D2886B'

red 210 ◦ green 136 ◦ blue 107

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

Shades of Copper #D2886B

Tints of Copper #D2886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 46.36%
G = 30.02%
B = 23.62%

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

#D2886B (or 0xD2886B) is known color: Copper. HEX triplet: D2, 88 and 6B. RGB value is (210,136,107). Sum of RGB (Red+Green+Blue) = 210+136+107=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2886B is #2D7794. Grayscale: #9B9B9B. Windows color (decimal): -2979733 or 7047378. OLE color: 7047378.

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

Color convert

RGB 210 136 107 -
CMYK 0 0.35 0.49 0.18
HSL 16.89º 0.53% 0.62% -
HSV(B) 16.89º 0.49% 0.82% -
XYZ 38.04 32.37 18.15 -
YUV 154.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 210 136 107 0 0.35 0.49 0.18 16.89 0.53 0.62
Hex D2 88 6B 0 23 31 12 11 35 3E
Octal 322 210 153 0 43 61 22 21 65 76
Binary 11010010 10001000 1101011 0 100011 110001 10010 10001 110101 111110

Color Harmonies of #D2886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2886B

Black with #D2886B

Text Example


Text Example

White with #D2886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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