Html Css Color HEX #D98968 Copper

📋 copy color: '#D98968'

red 217 ◦ green 137 ◦ blue 104

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

Shades of Copper #D98968

Tints of Copper #D98968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 47.38%
G = 29.91%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D98968 (or 0xD98968) is known color: Copper. HEX triplet: D9, 89 and 68. RGB value is (217,137,104). Sum of RGB (Red+Green+Blue) = 217+137+104=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D98968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98968 is #267697. Grayscale: #9D9D9D. Windows color (decimal): -2520728 or 6851033. OLE color: 6851033.

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

Color convert

RGB 217 137 104 -
CMYK 0 0.37 0.52 0.15
HSL 17.52º 0.6% 0.63% -
HSV(B) 17.52º 0.52% 0.85% -
XYZ 40.06 33.64 17.48 -
YUV 157.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 217 137 104 0 0.37 0.52 0.15 17.52 0.6 0.63
Hex D9 89 68 0 25 34 F 12 3C 3F
Octal 331 211 150 0 45 64 17 22 74 77
Binary 11011001 10001001 1101000 0 100101 110100 1111 10010 111100 111111

Color Harmonies of #D98968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98968

Black with #D98968

Text Example


Text Example

White with #D98968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98968; }

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

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

background-color css

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

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

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

border-color css

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

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

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