Html Css Color HEX #D2896D Copper

📋 copy color: '#D2896D'

red 210 ◦ green 137 ◦ blue 109

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

Shades of Copper #D2896D

Tints of Copper #D2896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 46.05%
G = 30.04%
B = 23.9%

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

#D2896D (or 0xD2896D) is known color: Copper. HEX triplet: D2, 89 and 6D. RGB value is (210,137,109). Sum of RGB (Red+Green+Blue) = 210+137+109=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2896D is #2D7692. Grayscale: #9B9B9B. Windows color (decimal): -2979475 or 7178706. OLE color: 7178706.

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

Color convert

RGB 210 137 109 -
CMYK 0 0.35 0.48 0.18
HSL 16.63º 0.53% 0.63% -
HSV(B) 16.63º 0.48% 0.82% -
XYZ 38.28 32.7 18.76 -
YUV 155.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 210 137 109 0 0.35 0.48 0.18 16.63 0.53 0.63
Hex D2 89 6D 0 23 30 12 11 35 3F
Octal 322 211 155 0 43 60 22 21 65 77
Binary 11010010 10001001 1101101 0 100011 110000 10010 10001 110101 111111

Color Harmonies of #D2896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2896D

Black with #D2896D

Text Example


Text Example

White with #D2896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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