Html Css Color HEX #D9875C Copper

📋 copy color: '#D9875C'

red 217 ◦ green 135 ◦ blue 92

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

Shades of Copper #D9875C

Tints of Copper #D9875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 48.87%
G = 30.41%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9875C (or 0xD9875C) is known color: Copper. HEX triplet: D9, 87 and 5C. RGB value is (217,135,92). Sum of RGB (Red+Green+Blue) = 217+135+92=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9875C is #2678A3. Grayscale: #9A9A9A. Windows color (decimal): -2521252 or 6064089. OLE color: 6064089.

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

Color convert

RGB 217 135 92 -
CMYK 0 0.38 0.58 0.15
HSL 20.64º 0.62% 0.61% -
HSV(B) 20.64º 0.58% 0.85% -
XYZ 39.21 32.85 14.4 -
YUV 154.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 217 135 92 0 0.38 0.58 0.15 20.64 0.62 0.61
Hex D9 87 5C 0 26 3A F 15 3E 3D
Octal 331 207 134 0 46 72 17 25 76 75
Binary 11011001 10000111 1011100 0 100110 111010 1111 10101 111110 111101

Color Harmonies of #D9875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9875C

Black with #D9875C

Text Example


Text Example

White with #D9875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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