Html Css Color HEX #D98964 Copper

📋 copy color: '#D98964'

red 217 ◦ green 137 ◦ blue 100

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

Shades of Copper #D98964

Tints of Copper #D98964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 47.8%
G = 30.18%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D98964 (or 0xD98964) is known color: Copper. HEX triplet: D9, 89 and 64. RGB value is (217,137,100). Sum of RGB (Red+Green+Blue) = 217+137+100=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D98964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98964 is #26769B. Grayscale: #9C9C9C. Windows color (decimal): -2520732 or 6588889. OLE color: 6588889.

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

Color convert

RGB 217 137 100 -
CMYK 0 0.37 0.54 0.15
HSL 18.97º 0.61% 0.62% -
HSV(B) 18.97º 0.54% 0.85% -
XYZ 39.86 33.56 16.43 -
YUV 156.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 217 137 100 0 0.37 0.54 0.15 18.97 0.61 0.62
Hex D9 89 64 0 25 36 F 13 3D 3E
Octal 331 211 144 0 45 66 17 23 75 76
Binary 11011001 10001001 1100100 0 100101 110110 1111 10011 111101 111110

Color Harmonies of #D98964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98964

Black with #D98964

Text Example


Text Example

White with #D98964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98964; }

 p { color: rgb(217,137,100); }

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

background-color css

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

 a { background-color: rgb(217,137,100); }

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

border-color css

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

 span { border-color: rgb(217,137,100); }

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