Html Css Color HEX #DF855F Copper

📋 copy color: '#DF855F'

red 223 ◦ green 133 ◦ blue 95

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

Shades of Copper #DF855F

Tints of Copper #DF855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 49.45%
G = 29.49%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF855F (or 0xDF855F) is known color: Copper. HEX triplet: DF, 85 and 5F. RGB value is (223,133,95). Sum of RGB (Red+Green+Blue) = 223+133+95=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF855F is #207AA0. Grayscale: #9B9B9B. Windows color (decimal): -2128545 or 6260191. OLE color: 6260191.

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

Color convert

RGB 223 133 95 -
CMYK 0 0.40 0.57 0.13
HSL 17.81º 0.67% 0.62% -
HSV(B) 17.81º 0.57% 0.87% -
XYZ 40.88 33.29 15.1 -
YUV 155.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 223 133 95 0 0.40 0.57 0.13 17.81 0.67 0.62
Hex DF 85 5F 0 28 39 D 12 43 3E
Octal 337 205 137 0 50 71 15 22 103 76
Binary 11011111 10000101 1011111 0 101000 111001 1101 10010 1000011 111110

Color Harmonies of #DF855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF855F

Black with #DF855F

Text Example


Text Example

White with #DF855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF855F; }

 p { color: rgb(223,133,95); }

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

background-color css

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

 a { background-color: rgb(223,133,95); }

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

border-color css

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

 span { border-color: rgb(223,133,95); }

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