Html Css Color HEX #D98166 Copper

📋 copy color: '#D98166'

red 217 ◦ green 129 ◦ blue 102

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

Shades of Copper #D98166

Tints of Copper #D98166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 48.44%
G = 28.79%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D98166 (or 0xD98166) is known color: Copper. HEX triplet: D9, 81 and 66. RGB value is (217,129,102). Sum of RGB (Red+Green+Blue) = 217+129+102=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98166 is #267E99. Grayscale: #989898. Windows color (decimal): -2522778 or 6717913. OLE color: 6717913.

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

Color convert

RGB 217 129 102 -
CMYK 0 0.41 0.53 0.15
HSL 14.09º 0.6% 0.63% -
HSV(B) 14.09º 0.53% 0.85% -
XYZ 38.86 31.41 16.59 -
YUV 152.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 217 129 102 0 0.41 0.53 0.15 14.09 0.6 0.63
Hex D9 81 66 0 29 35 F E 3C 3F
Octal 331 201 146 0 51 65 17 16 74 77
Binary 11011001 10000001 1100110 0 101001 110101 1111 1110 111100 111111

Color Harmonies of #D98166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98166

Black with #D98166

Text Example


Text Example

White with #D98166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98166; }

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

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

background-color css

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

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

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

border-color css

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

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

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