Html Css Color HEX #D98666 Copper

📋 copy color: '#D98666'

red 217 ◦ green 134 ◦ blue 102

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

Shades of Copper #D98666

Tints of Copper #D98666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 47.9%
G = 29.58%
B = 22.52%

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

#D98666 (or 0xD98666) is known color: Copper. HEX triplet: D9, 86 and 66. RGB value is (217,134,102). Sum of RGB (Red+Green+Blue) = 217+134+102=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98666 is #267999. Grayscale: #9B9B9B. Windows color (decimal): -2521498 or 6719193. OLE color: 6719193.

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

Color convert

RGB 217 134 102 -
CMYK 0 0.38 0.53 0.15
HSL 16.7º 0.6% 0.63% -
HSV(B) 16.7º 0.53% 0.85% -
XYZ 39.54 32.76 16.81 -
YUV 155.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 217 134 102 0 0.38 0.53 0.15 16.7 0.6 0.63
Hex D9 86 66 0 26 35 F 11 3C 3F
Octal 331 206 146 0 46 65 17 21 74 77
Binary 11011001 10000110 1100110 0 100110 110101 1111 10001 111100 111111

Color Harmonies of #D98666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98666

Black with #D98666

Text Example


Text Example

White with #D98666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98666; }

 p { color: rgb(217,134,102); }

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

background-color css

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

 a { background-color: rgb(217,134,102); }

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

border-color css

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

 span { border-color: rgb(217,134,102); }

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