Html Css Color HEX #D98B6F Copper

📋 copy color: '#D98B6F'

red 217 ◦ green 139 ◦ blue 111

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

Shades of Copper #D98B6F

Tints of Copper #D98B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 46.47%
G = 29.76%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D98B6F (or 0xD98B6F) is known color: Copper. HEX triplet: D9, 8B and 6F. RGB value is (217,139,111). Sum of RGB (Red+Green+Blue) = 217+139+111=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B6F is #267490. Grayscale: #9F9F9F. Windows color (decimal): -2520209 or 7310297. OLE color: 7310297.

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

Color convert

RGB 217 139 111 -
CMYK 0 0.36 0.49 0.15
HSL 15.85º 0.58% 0.64% -
HSV(B) 15.85º 0.49% 0.85% -
XYZ 40.72 34.36 19.53 -
YUV 159.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 217 139 111 0 0.36 0.49 0.15 15.85 0.58 0.64
Hex D9 8B 6F 0 24 31 F 10 3A 40
Octal 331 213 157 0 44 61 17 20 72 100
Binary 11011001 10001011 1101111 0 100100 110001 1111 10000 111010 1000000

Color Harmonies of #D98B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B6F

Black with #D98B6F

Text Example


Text Example

White with #D98B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B6F; }

 p { color: rgb(217,139,111); }

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

background-color css

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

 a { background-color: rgb(217,139,111); }

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

border-color css

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

 span { border-color: rgb(217,139,111); }

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