Html Css Color HEX #D98862 Copper

📋 copy color: '#D98862'

red 217 ◦ green 136 ◦ blue 98

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

Shades of Copper #D98862

Tints of Copper #D98862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 48.12%
G = 30.16%
B = 21.73%

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

#D98862 (or 0xD98862) is known color: Copper. HEX triplet: D9, 88 and 62. RGB value is (217,136,98). Sum of RGB (Red+Green+Blue) = 217+136+98=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D98862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98862 is #26779D. Grayscale: #9C9C9C. Windows color (decimal): -2520990 or 6457561. OLE color: 6457561.

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

Color convert

RGB 217 136 98 -
CMYK 0 0.37 0.55 0.15
HSL 19.16º 0.61% 0.62% -
HSV(B) 19.16º 0.55% 0.85% -
XYZ 39.62 33.24 15.88 -
YUV 155.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 217 136 98 0 0.37 0.55 0.15 19.16 0.61 0.62
Hex D9 88 62 0 25 37 F 13 3D 3E
Octal 331 210 142 0 45 67 17 23 75 76
Binary 11011001 10001000 1100010 0 100101 110111 1111 10011 111101 111110

Color Harmonies of #D98862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98862

Black with #D98862

Text Example


Text Example

White with #D98862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98862; }

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

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

background-color css

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

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

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

border-color css

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

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

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