Html Css Color HEX #DF875C Copper

📋 copy color: '#DF875C'

red 223 ◦ green 135 ◦ blue 92

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

Shades of Copper #DF875C

Tints of Copper #DF875C

RGB

 RED value IS 223 (87.5% from 255) = 49.56%

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

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

R = 49.56%
G = 30%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF875C (or 0xDF875C) is known color: Copper. HEX triplet: DF, 87 and 5C. RGB value is (223,135,92). Sum of RGB (Red+Green+Blue) = 223+135+92=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF875C is #2078A3. Grayscale: #9C9C9C. Windows color (decimal): -2128036 or 6064095. OLE color: 6064095.

HSL color Cylindrical-coordinate representation of color #DF875C: hue angle of 19.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF875C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 92 -
CMYK 0 0.39 0.59 0.13
HSL 19.69º 0.67% 0.62% -
HSV(B) 19.69º 0.59% 0.87% -
XYZ 41.03 33.79 14.48 -
YUV 156.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 223 135 92 0 0.39 0.59 0.13 19.69 0.67 0.62
Hex DF 87 5C 0 27 3B D 14 43 3E
Octal 337 207 134 0 47 73 15 24 103 76
Binary 11011111 10000111 1011100 0 100111 111011 1101 10100 1000011 111110

Color Harmonies of #DF875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF875C

Black with #DF875C

Text Example


Text Example

White with #DF875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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