Html Css Color HEX #D98667 Copper

📋 copy color: '#D98667'

red 217 ◦ green 134 ◦ blue 103

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

Shades of Copper #D98667

Tints of Copper #D98667

RGB

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

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

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

R = 47.8%
G = 29.52%
B = 22.69%

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

#D98667 (or 0xD98667) is known color: Copper. HEX triplet: D9, 86 and 67. RGB value is (217,134,103). Sum of RGB (Red+Green+Blue) = 217+134+103=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D98667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98667 is #267998. Grayscale: #9B9B9B. Windows color (decimal): -2521497 or 6784729. OLE color: 6784729.

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

Color convert

RGB 217 134 103 -
CMYK 0 0.38 0.53 0.15
HSL 16.32º 0.6% 0.63% -
HSV(B) 16.32º 0.53% 0.85% -
XYZ 39.59 32.78 17.07 -
YUV 155.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 217 134 103 0 0.38 0.53 0.15 16.32 0.6 0.63
Hex D9 86 67 0 26 35 F 10 3C 3F
Octal 331 206 147 0 46 65 17 20 74 77
Binary 11011001 10000110 1100111 0 100110 110101 1111 10000 111100 111111

Color Harmonies of #D98667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98667

Black with #D98667

Text Example


Text Example

White with #D98667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98667; }

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

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

background-color css

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

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

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

border-color css

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

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

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