Html Css Color HEX #D98362 Copper

📋 copy color: '#D98362'

red 217 ◦ green 131 ◦ blue 98

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

Shades of Copper #D98362

Tints of Copper #D98362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 48.65%
G = 29.37%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98362 (or 0xD98362) is known color: Copper. HEX triplet: D9, 83 and 62. RGB value is (217,131,98). Sum of RGB (Red+Green+Blue) = 217+131+98=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D98362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98362 is #267C9D. Grayscale: #999999. Windows color (decimal): -2522270 or 6456281. OLE color: 6456281.

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

Color convert

RGB 217 131 98 -
CMYK 0 0.40 0.55 0.15
HSL 16.64º 0.61% 0.62% -
HSV(B) 16.64º 0.55% 0.85% -
XYZ 38.94 31.87 15.65 -
YUV 152.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 217 131 98 0 0.40 0.55 0.15 16.64 0.61 0.62
Hex D9 83 62 0 28 37 F 11 3D 3E
Octal 331 203 142 0 50 67 17 21 75 76
Binary 11011001 10000011 1100010 0 101000 110111 1111 10001 111101 111110

Color Harmonies of #D98362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98362

Black with #D98362

Text Example


Text Example

White with #D98362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98362; }

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

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

background-color css

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

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

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

border-color css

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

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

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