Html Css Color HEX #D98465 Copper

📋 copy color: '#D98465'

red 217 ◦ green 132 ◦ blue 101

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

Shades of Copper #D98465

Tints of Copper #D98465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 48.22%
G = 29.33%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D98465 (or 0xD98465) is known color: Copper. HEX triplet: D9, 84 and 65. RGB value is (217,132,101). Sum of RGB (Red+Green+Blue) = 217+132+101=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D98465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98465 is #267B9A. Grayscale: #9A9A9A. Windows color (decimal): -2522011 or 6653145. OLE color: 6653145.

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

Color convert

RGB 217 132 101 -
CMYK 0 0.39 0.53 0.15
HSL 16.03º 0.6% 0.62% -
HSV(B) 16.03º 0.53% 0.85% -
XYZ 39.22 32.19 16.46 -
YUV 153.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 217 132 101 0 0.39 0.53 0.15 16.03 0.6 0.62
Hex D9 84 65 0 27 35 F 10 3C 3E
Octal 331 204 145 0 47 65 17 20 74 76
Binary 11011001 10000100 1100101 0 100111 110101 1111 10000 111100 111110

Color Harmonies of #D98465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98465

Black with #D98465

Text Example


Text Example

White with #D98465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98465; }

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

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

background-color css

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

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

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

border-color css

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

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

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