Html Css Color HEX #DF845A Copper

📋 copy color: '#DF845A'

red 223 ◦ green 132 ◦ blue 90

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

Shades of Copper #DF845A

Tints of Copper #DF845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.22%

R = 50.11%
G = 29.66%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF845A (or 0xDF845A) is known color: Copper. HEX triplet: DF, 84 and 5A. RGB value is (223,132,90). Sum of RGB (Red+Green+Blue) = 223+132+90=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF845A is #207BA5. Grayscale: #9A9A9A. Windows color (decimal): -2128806 or 5932255. OLE color: 5932255.

HSL color Cylindrical-coordinate representation of color #DF845A: hue angle of 18.95º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF845A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 90 -
CMYK 0 0.41 0.60 0.13
HSL 18.95º 0.68% 0.61% -
HSV(B) 18.95º 0.6% 0.87% -
XYZ 40.53 32.93 13.89 -
YUV 154.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 223 132 90 0 0.41 0.60 0.13 18.95 0.68 0.61
Hex DF 84 5A 0 29 3C D 13 44 3D
Octal 337 204 132 0 51 74 15 23 104 75
Binary 11011111 10000100 1011010 0 101001 111100 1101 10011 1000100 111101

Color Harmonies of #DF845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF845A

Black with #DF845A

Text Example


Text Example

White with #DF845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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