Html Css Color HEX #DF845C Copper

📋 copy color: '#DF845C'

red 223 ◦ green 132 ◦ blue 92

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

Shades of Copper #DF845C

Tints of Copper #DF845C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

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

R = 49.89%
G = 29.53%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF845C (or 0xDF845C) is known color: Copper. HEX triplet: DF, 84 and 5C. RGB value is (223,132,92). Sum of RGB (Red+Green+Blue) = 223+132+92=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF845C is #207BA3. Grayscale: #9A9A9A. Windows color (decimal): -2128804 or 6063327. OLE color: 6063327.

HSL color Cylindrical-coordinate representation of color #DF845C: hue angle of 18.32º 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 #DF845C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 92 -
CMYK 0 0.41 0.59 0.13
HSL 18.32º 0.67% 0.62% -
HSV(B) 18.32º 0.59% 0.87% -
XYZ 40.61 32.96 14.35 -
YUV 154.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 223 132 92 0 0.41 0.59 0.13 18.32 0.67 0.62
Hex DF 84 5C 0 29 3B D 12 43 3E
Octal 337 204 134 0 51 73 15 22 103 76
Binary 11011111 10000100 1011100 0 101001 111011 1101 10010 1000011 111110

Color Harmonies of #DF845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF845C

Black with #DF845C

Text Example


Text Example

White with #DF845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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