Html Css Color HEX #D98765 Copper

📋 copy color: '#D98765'

red 217 ◦ green 135 ◦ blue 101

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

Shades of Copper #D98765

Tints of Copper #D98765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 47.9%
G = 29.8%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D98765 (or 0xD98765) is known color: Copper. HEX triplet: D9, 87 and 65. RGB value is (217,135,101). Sum of RGB (Red+Green+Blue) = 217+135+101=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98765 is #26789A. Grayscale: #9B9B9B. Windows color (decimal): -2521243 or 6653913. OLE color: 6653913.

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

Color convert

RGB 217 135 101 -
CMYK 0 0.38 0.53 0.15
HSL 17.59º 0.6% 0.62% -
HSV(B) 17.59º 0.53% 0.85% -
XYZ 39.63 33.02 16.6 -
YUV 155.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 217 135 101 0 0.38 0.53 0.15 17.59 0.6 0.62
Hex D9 87 65 0 26 35 F 12 3C 3E
Octal 331 207 145 0 46 65 17 22 74 76
Binary 11011001 10000111 1100101 0 100110 110101 1111 10010 111100 111110

Color Harmonies of #D98765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98765

Black with #D98765

Text Example


Text Example

White with #D98765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98765; }

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

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

background-color css

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

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

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

border-color css

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

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

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