Html Css Color HEX #D98D67 Copper

📋 copy color: '#D98D67'

red 217 ◦ green 141 ◦ blue 103

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

Shades of Copper #D98D67

Tints of Copper #D98D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.59%

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

R = 47.07%
G = 30.59%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D98D67 (or 0xD98D67) is known color: Copper. HEX triplet: D9, 8D and 67. RGB value is (217,141,103). Sum of RGB (Red+Green+Blue) = 217+141+103=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D67 is #267298. Grayscale: #9F9F9F. Windows color (decimal): -2519705 or 6786521. OLE color: 6786521.

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

Color convert

RGB 217 141 103 -
CMYK 0 0.35 0.53 0.15
HSL 20º 0.6% 0.63% -
HSV(B) 20º 0.53% 0.85% -
XYZ 40.59 34.78 17.41 -
YUV 159.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 217 141 103 0 0.35 0.53 0.15 20 0.6 0.63
Hex D9 8D 67 0 23 35 F 14 3C 3F
Octal 331 215 147 0 43 65 17 24 74 77
Binary 11011001 10001101 1100111 0 100011 110101 1111 10100 111100 111111

Color Harmonies of #D98D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D67

Black with #D98D67

Text Example


Text Example

White with #D98D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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