Html Css Color HEX #D98F6D Copper

📋 copy color: '#D98F6D'

red 217 ◦ green 143 ◦ blue 109

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

Shades of Copper #D98F6D

Tints of Copper #D98F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 46.27%
G = 30.49%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D98F6D (or 0xD98F6D) is known color: Copper. HEX triplet: D9, 8F and 6D. RGB value is (217,143,109). Sum of RGB (Red+Green+Blue) = 217+143+109=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F6D is #267092. Grayscale: #A1A1A1. Windows color (decimal): -2519187 or 7180249. OLE color: 7180249.

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

Color convert

RGB 217 143 109 -
CMYK 0 0.34 0.50 0.15
HSL 18.89º 0.59% 0.64% -
HSV(B) 18.89º 0.5% 0.85% -
XYZ 41.2 35.5 19.15 -
YUV 161.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 217 143 109 0 0.34 0.50 0.15 18.89 0.59 0.64
Hex D9 8F 6D 0 22 32 F 13 3B 40
Octal 331 217 155 0 42 62 17 23 73 100
Binary 11011001 10001111 1101101 0 100010 110010 1111 10011 111011 1000000

Color Harmonies of #D98F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F6D

Black with #D98F6D

Text Example


Text Example

White with #D98F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F6D; }

 p { color: rgb(217,143,109); }

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

background-color css

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

 a { background-color: rgb(217,143,109); }

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

border-color css

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

 span { border-color: rgb(217,143,109); }

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