Html Css Color HEX #D98960 Copper

📋 copy color: '#D98960'

red 217 ◦ green 137 ◦ blue 96

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

Shades of Copper #D98960

Tints of Copper #D98960

RGB

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

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

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

R = 48.22%
G = 30.44%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D98960 (or 0xD98960) is known color: Copper. HEX triplet: D9, 89 and 60. RGB value is (217,137,96). Sum of RGB (Red+Green+Blue) = 217+137+96=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D98960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98960 is #26769F. Grayscale: #9C9C9C. Windows color (decimal): -2520736 or 6326745. OLE color: 6326745.

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

Color convert

RGB 217 137 96 -
CMYK 0 0.37 0.56 0.15
HSL 20.33º 0.61% 0.61% -
HSV(B) 20.33º 0.56% 0.85% -
XYZ 39.67 33.49 15.44 -
YUV 156.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 217 137 96 0 0.37 0.56 0.15 20.33 0.61 0.61
Hex D9 89 60 0 25 38 F 14 3D 3D
Octal 331 211 140 0 45 70 17 24 75 75
Binary 11011001 10001001 1100000 0 100101 111000 1111 10100 111101 111101

Color Harmonies of #D98960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98960

Black with #D98960

Text Example


Text Example

White with #D98960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98960; }

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

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

background-color css

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

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

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

border-color css

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

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

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