Html Css Color HEX #DF855D Copper

📋 copy color: '#DF855D'

red 223 ◦ green 133 ◦ blue 93

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

Shades of Copper #DF855D

Tints of Copper #DF855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 49.67%
G = 29.62%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF855D (or 0xDF855D) is known color: Copper. HEX triplet: DF, 85 and 5D. RGB value is (223,133,93). Sum of RGB (Red+Green+Blue) = 223+133+93=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF855D is #207AA2. Grayscale: #9B9B9B. Windows color (decimal): -2128547 or 6129119. OLE color: 6129119.

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

Color convert

RGB 223 133 93 -
CMYK 0 0.40 0.58 0.13
HSL 18.46º 0.67% 0.62% -
HSV(B) 18.46º 0.58% 0.87% -
XYZ 40.79 33.25 14.62 -
YUV 155.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 223 133 93 0 0.40 0.58 0.13 18.46 0.67 0.62
Hex DF 85 5D 0 28 3A D 12 43 3E
Octal 337 205 135 0 50 72 15 22 103 76
Binary 11011111 10000101 1011101 0 101000 111010 1101 10010 1000011 111110

Color Harmonies of #DF855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF855D

Black with #DF855D

Text Example


Text Example

White with #DF855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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