Html Css Color HEX #D98565 Copper

📋 copy color: '#D98565'

red 217 ◦ green 133 ◦ blue 101

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

Shades of Copper #D98565

Tints of Copper #D98565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 48.12%
G = 29.49%
B = 22.39%

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

#D98565 (or 0xD98565) is known color: Copper. HEX triplet: D9, 85 and 65. RGB value is (217,133,101). Sum of RGB (Red+Green+Blue) = 217+133+101=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D98565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98565 is #267A9A. Grayscale: #9A9A9A. Windows color (decimal): -2521755 or 6653401. OLE color: 6653401.

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

Color convert

RGB 217 133 101 -
CMYK 0 0.39 0.53 0.15
HSL 16.55º 0.6% 0.62% -
HSV(B) 16.55º 0.53% 0.85% -
XYZ 39.35 32.47 16.5 -
YUV 154.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 217 133 101 0 0.39 0.53 0.15 16.55 0.6 0.62
Hex D9 85 65 0 27 35 F 11 3C 3E
Octal 331 205 145 0 47 65 17 21 74 76
Binary 11011001 10000101 1100101 0 100111 110101 1111 10001 111100 111110

Color Harmonies of #D98565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98565

Black with #D98565

Text Example


Text Example

White with #D98565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98565; }

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

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

background-color css

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

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

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

border-color css

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

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

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