Html Css Color HEX #D98167 Copper

📋 copy color: '#D98167'

red 217 ◦ green 129 ◦ blue 103

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

Shades of Copper #D98167

Tints of Copper #D98167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.94%

R = 48.33%
G = 28.73%
B = 22.94%

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

#D98167 (or 0xD98167) is known color: Copper. HEX triplet: D9, 81 and 67. RGB value is (217,129,103). Sum of RGB (Red+Green+Blue) = 217+129+103=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98167 is #267E98. Grayscale: #989898. Windows color (decimal): -2522777 or 6783449. OLE color: 6783449.

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

Color convert

RGB 217 129 103 -
CMYK 0 0.41 0.53 0.15
HSL 13.68º 0.6% 0.63% -
HSV(B) 13.68º 0.53% 0.85% -
XYZ 38.91 31.43 16.85 -
YUV 152.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 217 129 103 0 0.41 0.53 0.15 13.68 0.6 0.63
Hex D9 81 67 0 29 35 F E 3C 3F
Octal 331 201 147 0 51 65 17 16 74 77
Binary 11011001 10000001 1100111 0 101001 110101 1111 1110 111100 111111

Color Harmonies of #D98167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98167

Black with #D98167

Text Example


Text Example

White with #D98167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98167; }

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

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

background-color css

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

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

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

border-color css

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

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

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