Html Css Color HEX #D9875F Copper

📋 copy color: '#D9875F'

red 217 ◦ green 135 ◦ blue 95

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

Shades of Copper #D9875F

Tints of Copper #D9875F

RGB

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

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

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

R = 48.55%
G = 30.2%
B = 21.25%

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

#D9875F (or 0xD9875F) is known color: Copper. HEX triplet: D9, 87 and 5F. RGB value is (217,135,95). Sum of RGB (Red+Green+Blue) = 217+135+95=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9875F is #2678A0. Grayscale: #9B9B9B. Windows color (decimal): -2521249 or 6260697. OLE color: 6260697.

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

Color convert

RGB 217 135 95 -
CMYK 0 0.38 0.56 0.15
HSL 19.67º 0.62% 0.61% -
HSV(B) 19.67º 0.56% 0.85% -
XYZ 39.34 32.91 15.1 -
YUV 154.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 217 135 95 0 0.38 0.56 0.15 19.67 0.62 0.61
Hex D9 87 5F 0 26 38 F 14 3E 3D
Octal 331 207 137 0 46 70 17 24 76 75
Binary 11011001 10000111 1011111 0 100110 111000 1111 10100 111110 111101

Color Harmonies of #D9875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9875F

Black with #D9875F

Text Example


Text Example

White with #D9875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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