Html Css Color HEX #D9865F Copper

📋 copy color: '#D9865F'

red 217 ◦ green 134 ◦ blue 95

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

Shades of Copper #D9865F

Tints of Copper #D9865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 48.65%
G = 30.04%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9865F (or 0xD9865F) is known color: Copper. HEX triplet: D9, 86 and 5F. RGB value is (217,134,95). Sum of RGB (Red+Green+Blue) = 217+134+95=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9865F is #2679A0. Grayscale: #9A9A9A. Windows color (decimal): -2521505 or 6260441. OLE color: 6260441.

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

Color convert

RGB 217 134 95 -
CMYK 0 0.38 0.56 0.15
HSL 19.18º 0.62% 0.61% -
HSV(B) 19.18º 0.56% 0.85% -
XYZ 39.21 32.63 15.06 -
YUV 154.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 217 134 95 0 0.38 0.56 0.15 19.18 0.62 0.61
Hex D9 86 5F 0 26 38 F 13 3E 3D
Octal 331 206 137 0 46 70 17 23 76 75
Binary 11011001 10000110 1011111 0 100110 111000 1111 10011 111110 111101

Color Harmonies of #D9865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9865F

Black with #D9865F

Text Example


Text Example

White with #D9865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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