Html Css Color HEX #D9876E Copper

📋 copy color: '#D9876E'

red 217 ◦ green 135 ◦ blue 110

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

Shades of Copper #D9876E

Tints of Copper #D9876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 46.97%
G = 29.22%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9876E (or 0xD9876E) is known color: Copper. HEX triplet: D9, 87 and 6E. RGB value is (217,135,110). Sum of RGB (Red+Green+Blue) = 217+135+110=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9876E is #267891. Grayscale: #9C9C9C. Windows color (decimal): -2521234 or 7243737. OLE color: 7243737.

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

Color convert

RGB 217 135 110 -
CMYK 0 0.38 0.49 0.15
HSL 14.02º 0.58% 0.64% -
HSV(B) 14.02º 0.49% 0.85% -
XYZ 40.09 33.21 19.05 -
YUV 156.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 217 135 110 0 0.38 0.49 0.15 14.02 0.58 0.64
Hex D9 87 6E 0 26 31 F E 3A 40
Octal 331 207 156 0 46 61 17 16 72 100
Binary 11011001 10000111 1101110 0 100110 110001 1111 1110 111010 1000000

Color Harmonies of #D9876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9876E

Black with #D9876E

Text Example


Text Example

White with #D9876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9876E; }

 p { color: rgb(217,135,110); }

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

background-color css

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

 a { background-color: rgb(217,135,110); }

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

border-color css

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

 span { border-color: rgb(217,135,110); }

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