Html Css Color HEX #D98D65 Copper

📋 copy color: '#D98D65'

red 217 ◦ green 141 ◦ blue 101

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

Shades of Copper #D98D65

Tints of Copper #D98D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 47.28%
G = 30.72%
B = 22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D98D65 (or 0xD98D65) is known color: Copper. HEX triplet: D9, 8D and 65. RGB value is (217,141,101). Sum of RGB (Red+Green+Blue) = 217+141+101=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D65 is #26729A. Grayscale: #9F9F9F. Windows color (decimal): -2519707 or 6655449. OLE color: 6655449.

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

Color convert

RGB 217 141 101 -
CMYK 0 0.35 0.53 0.15
HSL 20.69º 0.6% 0.62% -
HSV(B) 20.69º 0.53% 0.85% -
XYZ 40.49 34.74 16.88 -
YUV 159.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 217 141 101 0 0.35 0.53 0.15 20.69 0.6 0.62
Hex D9 8D 65 0 23 35 F 15 3C 3E
Octal 331 215 145 0 43 65 17 25 74 76
Binary 11011001 10001101 1100101 0 100011 110101 1111 10101 111100 111110

Color Harmonies of #D98D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D65

Black with #D98D65

Text Example


Text Example

White with #D98D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D65; }

 p { color: rgb(217,141,101); }

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

background-color css

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

 a { background-color: rgb(217,141,101); }

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

border-color css

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

 span { border-color: rgb(217,141,101); }

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