Html Css Color HEX #D98970 Copper

📋 copy color: '#D98970'

red 217 ◦ green 137 ◦ blue 112

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

Shades of Copper #D98970

Tints of Copper #D98970

RGB

 RED value IS 217 (85.16% from 255) = 46.57%

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

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 46.57%
G = 29.4%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98970 (or 0xD98970) is known color: Copper. HEX triplet: D9, 89 and 70. RGB value is (217,137,112). Sum of RGB (Red+Green+Blue) = 217+137+112=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D98970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98970 is #26768F. Grayscale: #9E9E9E. Windows color (decimal): -2520720 or 7375321. OLE color: 7375321.

HSL color Cylindrical-coordinate representation of color #D98970: hue angle of 14.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D98970 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 112 -
CMYK 0 0.37 0.48 0.15
HSL 14.29º 0.58% 0.65% -
HSV(B) 14.29º 0.48% 0.85% -
XYZ 40.49 33.81 19.72 -
YUV 158.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 217 137 112 0 0.37 0.48 0.15 14.29 0.58 0.65
Hex D9 89 70 0 25 30 F E 3A 41
Octal 331 211 160 0 45 60 17 16 72 101
Binary 11011001 10001001 1110000 0 100101 110000 1111 1110 111010 1000001

Color Harmonies of #D98970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98970

Black with #D98970

Text Example


Text Example

White with #D98970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98970; }

 p { color: rgb(217,137,112); }

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

background-color css

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

 a { background-color: rgb(217,137,112); }

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

border-color css

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

 span { border-color: rgb(217,137,112); }

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