Html Css Color HEX #D98F64 Copper

📋 copy color: '#D98F64'

red 217 ◦ green 143 ◦ blue 100

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

Shades of Copper #D98F64

Tints of Copper #D98F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 47.17%
G = 31.09%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D98F64 (or 0xD98F64) is known color: Copper. HEX triplet: D9, 8F and 64. RGB value is (217,143,100). Sum of RGB (Red+Green+Blue) = 217+143+100=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F64 is #26709B. Grayscale: #A0A0A0. Windows color (decimal): -2519196 or 6590425. OLE color: 6590425.

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

Color convert

RGB 217 143 100 -
CMYK 0 0.34 0.54 0.15
HSL 22.05º 0.61% 0.62% -
HSV(B) 22.05º 0.54% 0.85% -
XYZ 40.74 35.32 16.73 -
YUV 160.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 217 143 100 0 0.34 0.54 0.15 22.05 0.61 0.62
Hex D9 8F 64 0 22 36 F 16 3D 3E
Octal 331 217 144 0 42 66 17 26 75 76
Binary 11011001 10001111 1100100 0 100010 110110 1111 10110 111101 111110

Color Harmonies of #D98F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F64

Black with #D98F64

Text Example


Text Example

White with #D98F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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