Html Css Color HEX #D98E6A Copper

📋 copy color: '#D98E6A'

red 217 ◦ green 142 ◦ blue 106

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

Shades of Copper #D98E6A

Tints of Copper #D98E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 46.67%
G = 30.54%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D98E6A (or 0xD98E6A) is known color: Copper. HEX triplet: D9, 8E and 6A. RGB value is (217,142,106). Sum of RGB (Red+Green+Blue) = 217+142+106=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E6A is #267195. Grayscale: #A0A0A0. Windows color (decimal): -2519446 or 6983385. OLE color: 6983385.

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

Color convert

RGB 217 142 106 -
CMYK 0 0.35 0.51 0.15
HSL 19.46º 0.59% 0.63% -
HSV(B) 19.46º 0.51% 0.85% -
XYZ 40.89 35.14 18.26 -
YUV 160.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 217 142 106 0 0.35 0.51 0.15 19.46 0.59 0.63
Hex D9 8E 6A 0 23 33 F 13 3B 3F
Octal 331 216 152 0 43 63 17 23 73 77
Binary 11011001 10001110 1101010 0 100011 110011 1111 10011 111011 111111

Color Harmonies of #D98E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E6A

Black with #D98E6A

Text Example


Text Example

White with #D98E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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