Html Css Color HEX #D2896E Copper

📋 copy color: '#D2896E'

red 210 ◦ green 137 ◦ blue 110

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

Shades of Copper #D2896E

Tints of Copper #D2896E

RGB

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

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

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

R = 45.95%
G = 29.98%
B = 24.07%

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

#D2896E (or 0xD2896E) is known color: Copper. HEX triplet: D2, 89 and 6E. RGB value is (210,137,110). Sum of RGB (Red+Green+Blue) = 210+137+110=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2896E is #2D7691. Grayscale: #9B9B9B. Windows color (decimal): -2979474 or 7244242. OLE color: 7244242.

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

Color convert

RGB 210 137 110 -
CMYK 0 0.35 0.48 0.18
HSL 16.2º 0.53% 0.63% -
HSV(B) 16.2º 0.48% 0.82% -
XYZ 38.34 32.72 19.05 -
YUV 155.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 210 137 110 0 0.35 0.48 0.18 16.2 0.53 0.63
Hex D2 89 6E 0 23 30 12 10 35 3F
Octal 322 211 156 0 43 60 22 20 65 77
Binary 11010010 10001001 1101110 0 100011 110000 10010 10000 110101 111111

Color Harmonies of #D2896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2896E

Black with #D2896E

Text Example


Text Example

White with #D2896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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