Html Css Color HEX #D98460 Copper

📋 copy color: '#D98460'

red 217 ◦ green 132 ◦ blue 96

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

Shades of Copper #D98460

Tints of Copper #D98460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 96 (37.89% from 255) = 21.57%

R = 48.76%
G = 29.66%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D98460 (or 0xD98460) is known color: Copper. HEX triplet: D9, 84 and 60. RGB value is (217,132,96). Sum of RGB (Red+Green+Blue) = 217+132+96=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D98460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98460 is #267B9F. Grayscale: #999999. Windows color (decimal): -2522016 or 6325465. OLE color: 6325465.

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

Color convert

RGB 217 132 96 -
CMYK 0 0.39 0.56 0.15
HSL 17.85º 0.61% 0.61% -
HSV(B) 17.85º 0.56% 0.85% -
XYZ 38.98 32.1 15.21 -
YUV 153.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 217 132 96 0 0.39 0.56 0.15 17.85 0.61 0.61
Hex D9 84 60 0 27 38 F 12 3D 3D
Octal 331 204 140 0 47 70 17 22 75 75
Binary 11011001 10000100 1100000 0 100111 111000 1111 10010 111101 111101

Color Harmonies of #D98460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98460

Black with #D98460

Text Example


Text Example

White with #D98460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98460; }

 p { color: rgb(217,132,96); }

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

background-color css

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

 a { background-color: rgb(217,132,96); }

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

border-color css

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

 span { border-color: rgb(217,132,96); }

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