Html Css Color HEX #D98D70 Copper

📋 copy color: '#D98D70'

red 217 ◦ green 141 ◦ blue 112

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

Shades of Copper #D98D70

Tints of Copper #D98D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 46.17%
G = 30%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98D70 (or 0xD98D70) is known color: Copper. HEX triplet: D9, 8D and 70. RGB value is (217,141,112). Sum of RGB (Red+Green+Blue) = 217+141+112=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D70 is #26728F. Grayscale: #A0A0A0. Windows color (decimal): -2519696 or 7376345. OLE color: 7376345.

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

Color convert

RGB 217 141 112 -
CMYK 0 0.35 0.48 0.15
HSL 16.57º 0.58% 0.65% -
HSV(B) 16.57º 0.48% 0.85% -
XYZ 41.06 34.97 19.92 -
YUV 160.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 217 141 112 0 0.35 0.48 0.15 16.57 0.58 0.65
Hex D9 8D 70 0 23 30 F 11 3A 41
Octal 331 215 160 0 43 60 17 21 72 101
Binary 11011001 10001101 1110000 0 100011 110000 1111 10001 111010 1000001

Color Harmonies of #D98D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D70

Black with #D98D70

Text Example


Text Example

White with #D98D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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