Html Css Color HEX #D98462 Copper

📋 copy color: '#D98462'

red 217 ◦ green 132 ◦ blue 98

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

Shades of Copper #D98462

Tints of Copper #D98462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 48.55%
G = 29.53%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98462 (or 0xD98462) is known color: Copper. HEX triplet: D9, 84 and 62. RGB value is (217,132,98). Sum of RGB (Red+Green+Blue) = 217+132+98=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D98462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98462 is #267B9D. Grayscale: #999999. Windows color (decimal): -2522014 or 6456537. OLE color: 6456537.

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

Color convert

RGB 217 132 98 -
CMYK 0 0.39 0.55 0.15
HSL 17.14º 0.61% 0.62% -
HSV(B) 17.14º 0.55% 0.85% -
XYZ 39.07 32.14 15.7 -
YUV 153.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 217 132 98 0 0.39 0.55 0.15 17.14 0.61 0.62
Hex D9 84 62 0 27 37 F 11 3D 3E
Octal 331 204 142 0 47 67 17 21 75 76
Binary 11011001 10000100 1100010 0 100111 110111 1111 10001 111101 111110

Color Harmonies of #D98462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98462

Black with #D98462

Text Example


Text Example

White with #D98462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98462; }

 p { color: rgb(217,132,98); }

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

background-color css

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

 a { background-color: rgb(217,132,98); }

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

border-color css

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

 span { border-color: rgb(217,132,98); }

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