Html Css Color HEX #DF895D Copper

📋 copy color: '#DF895D'

red 223 ◦ green 137 ◦ blue 93

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

Shades of Copper #DF895D

Tints of Copper #DF895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

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

R = 49.23%
G = 30.24%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF895D (or 0xDF895D) is known color: Copper. HEX triplet: DF, 89 and 5D. RGB value is (223,137,93). Sum of RGB (Red+Green+Blue) = 223+137+93=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF895D is #2076A2. Grayscale: #9D9D9D. Windows color (decimal): -2127523 or 6130143. OLE color: 6130143.

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

Color convert

RGB 223 137 93 -
CMYK 0 0.39 0.58 0.13
HSL 20.31º 0.67% 0.62% -
HSV(B) 20.31º 0.58% 0.87% -
XYZ 41.35 34.37 14.81 -
YUV 157.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 223 137 93 0 0.39 0.58 0.13 20.31 0.67 0.62
Hex DF 89 5D 0 27 3A D 14 43 3E
Octal 337 211 135 0 47 72 15 24 103 76
Binary 11011111 10001001 1011101 0 100111 111010 1101 10100 1000011 111110

Color Harmonies of #DF895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF895D

Black with #DF895D

Text Example


Text Example

White with #DF895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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