Html Css Color HEX #D98E6E Copper

📋 copy color: '#D98E6E'

red 217 ◦ green 142 ◦ blue 110

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

Shades of Copper #D98E6E

Tints of Copper #D98E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

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

R = 46.27%
G = 30.28%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D98E6E (or 0xD98E6E) is known color: Copper. HEX triplet: D9, 8E and 6E. RGB value is (217,142,110). Sum of RGB (Red+Green+Blue) = 217+142+110=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E6E is #267191. Grayscale: #A0A0A0. Windows color (decimal): -2519442 or 7245529. OLE color: 7245529.

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

Color convert

RGB 217 142 110 -
CMYK 0 0.35 0.49 0.15
HSL 17.94º 0.58% 0.64% -
HSV(B) 17.94º 0.49% 0.85% -
XYZ 41.1 35.22 19.38 -
YUV 160.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 217 142 110 0 0.35 0.49 0.15 17.94 0.58 0.64
Hex D9 8E 6E 0 23 31 F 12 3A 40
Octal 331 216 156 0 43 61 17 22 72 100
Binary 11011001 10001110 1101110 0 100011 110001 1111 10010 111010 1000000

Color Harmonies of #D98E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E6E

Black with #D98E6E

Text Example


Text Example

White with #D98E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E6E; }

 p { color: rgb(217,142,110); }

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

background-color css

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

 a { background-color: rgb(217,142,110); }

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

border-color css

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

 span { border-color: rgb(217,142,110); }

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