Html Css Color HEX #D98B6B Copper

📋 copy color: '#D98B6B'

red 217 ◦ green 139 ◦ blue 107

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

Shades of Copper #D98B6B

Tints of Copper #D98B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 46.87%
G = 30.02%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D98B6B (or 0xD98B6B) is known color: Copper. HEX triplet: D9, 8B and 6B. RGB value is (217,139,107). Sum of RGB (Red+Green+Blue) = 217+139+107=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B6B is #267494. Grayscale: #9E9E9E. Windows color (decimal): -2520213 or 7048153. OLE color: 7048153.

HSL color Cylindrical-coordinate representation of color #D98B6B: hue angle of 17.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D98B6B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 139 107 -
CMYK 0 0.36 0.51 0.15
HSL 17.45º 0.59% 0.64% -
HSV(B) 17.45º 0.51% 0.85% -
XYZ 40.5 34.28 18.39 -
YUV 158.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 217 139 107 0 0.36 0.51 0.15 17.45 0.59 0.64
Hex D9 8B 6B 0 24 33 F 11 3B 40
Octal 331 213 153 0 44 63 17 21 73 100
Binary 11011001 10001011 1101011 0 100100 110011 1111 10001 111011 1000000

Color Harmonies of #D98B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B6B

Black with #D98B6B

Text Example


Text Example

White with #D98B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B6B; }

 p { color: rgb(217,139,107); }

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

background-color css

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

 a { background-color: rgb(217,139,107); }

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

border-color css

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

 span { border-color: rgb(217,139,107); }

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