Html Css Color HEX #D98861 Copper

📋 copy color: '#D98861'

red 217 ◦ green 136 ◦ blue 97

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

Shades of Copper #D98861

Tints of Copper #D98861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 48.22%
G = 30.22%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98861 (or 0xD98861) is known color: Copper. HEX triplet: D9, 88 and 61. RGB value is (217,136,97). Sum of RGB (Red+Green+Blue) = 217+136+97=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D98861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98861 is #26779E. Grayscale: #9C9C9C. Windows color (decimal): -2520991 or 6392025. OLE color: 6392025.

HSL color Cylindrical-coordinate representation of color #D98861: hue angle of 19.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98861 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 97 -
CMYK 0 0.37 0.55 0.15
HSL 19.5º 0.61% 0.62% -
HSV(B) 19.5º 0.55% 0.85% -
XYZ 39.58 33.22 15.64 -
YUV 155.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 217 136 97 0 0.37 0.55 0.15 19.5 0.61 0.62
Hex D9 88 61 0 25 37 F 14 3D 3E
Octal 331 210 141 0 45 67 17 24 75 76
Binary 11011001 10001000 1100001 0 100101 110111 1111 10100 111101 111110

Color Harmonies of #D98861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98861

Black with #D98861

Text Example


Text Example

White with #D98861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98861; }

 p { color: rgb(217,136,97); }

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

background-color css

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

 a { background-color: rgb(217,136,97); }

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

border-color css

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

 span { border-color: rgb(217,136,97); }

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