Html Css Color HEX #D98E6C Copper

📋 copy color: '#D98E6C'

red 217 ◦ green 142 ◦ blue 108

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

Shades of Copper #D98E6C

Tints of Copper #D98E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 46.47%
G = 30.41%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D98E6C (or 0xD98E6C) is known color: Copper. HEX triplet: D9, 8E and 6C. RGB value is (217,142,108). Sum of RGB (Red+Green+Blue) = 217+142+108=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E6C is #267193. Grayscale: #A0A0A0. Windows color (decimal): -2519444 or 7114457. OLE color: 7114457.

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

Color convert

RGB 217 142 108 -
CMYK 0 0.35 0.50 0.15
HSL 18.72º 0.59% 0.64% -
HSV(B) 18.72º 0.5% 0.85% -
XYZ 41 35.18 18.82 -
YUV 160.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 217 142 108 0 0.35 0.50 0.15 18.72 0.59 0.64
Hex D9 8E 6C 0 23 32 F 13 3B 40
Octal 331 216 154 0 43 62 17 23 73 100
Binary 11011001 10001110 1101100 0 100011 110010 1111 10011 111011 1000000

Color Harmonies of #D98E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E6C

Black with #D98E6C

Text Example


Text Example

White with #D98E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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