Html Css Color HEX #DF8A5D Copper

📋 copy color: '#DF8A5D'

red 223 ◦ green 138 ◦ blue 93

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

Shades of Copper #DF8A5D

Tints of Copper #DF8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

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

R = 49.12%
G = 30.4%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF8A5D (or 0xDF8A5D) is known color: Copper. HEX triplet: DF, 8A and 5D. RGB value is (223,138,93). Sum of RGB (Red+Green+Blue) = 223+138+93=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A5D is #2075A2. Grayscale: #9E9E9E. Windows color (decimal): -2127267 or 6130399. OLE color: 6130399.

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

Color convert

RGB 223 138 93 -
CMYK 0 0.38 0.58 0.13
HSL 20.77º 0.67% 0.62% -
HSV(B) 20.77º 0.58% 0.87% -
XYZ 41.5 34.66 14.86 -
YUV 158.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 223 138 93 0 0.38 0.58 0.13 20.77 0.67 0.62
Hex DF 8A 5D 0 26 3A D 15 43 3E
Octal 337 212 135 0 46 72 15 25 103 76
Binary 11011111 10001010 1011101 0 100110 111010 1101 10101 1000011 111110

Color Harmonies of #DF8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A5D

Black with #DF8A5D

Text Example


Text Example

White with #DF8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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