Html Css Color HEX #D98C71 Copper

📋 copy color: '#D98C71'

red 217 ◦ green 140 ◦ blue 113

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

Shades of Copper #D98C71

Tints of Copper #D98C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 46.17%
G = 29.79%
B = 24.04%

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

#D98C71 (or 0xD98C71) is known color: Copper. HEX triplet: D9, 8C and 71. RGB value is (217,140,113). Sum of RGB (Red+Green+Blue) = 217+140+113=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C71 is #26738E. Grayscale: #A0A0A0. Windows color (decimal): -2519951 or 7441625. OLE color: 7441625.

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

Color convert

RGB 217 140 113 -
CMYK 0 0.35 0.48 0.15
HSL 15.58º 0.58% 0.65% -
HSV(B) 15.58º 0.48% 0.85% -
XYZ 40.97 34.7 20.16 -
YUV 159.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 217 140 113 0 0.35 0.48 0.15 15.58 0.58 0.65
Hex D9 8C 71 0 23 30 F 10 3A 41
Octal 331 214 161 0 43 60 17 20 72 101
Binary 11011001 10001100 1110001 0 100011 110000 1111 10000 111010 1000001

Color Harmonies of #D98C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C71

Black with #D98C71

Text Example


Text Example

White with #D98C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C71; }

 p { color: rgb(217,140,113); }

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

background-color css

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

 a { background-color: rgb(217,140,113); }

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

border-color css

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

 span { border-color: rgb(217,140,113); }

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