Html Css Color HEX #DF946F Copper

📋 copy color: '#DF946F'

red 223 ◦ green 148 ◦ blue 111

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

Shades of Copper #DF946F

Tints of Copper #DF946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 46.27%
G = 30.71%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF946F (or 0xDF946F) is known color: Copper. HEX triplet: DF, 94 and 6F. RGB value is (223,148,111). Sum of RGB (Red+Green+Blue) = 223+148+111=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF946F is #206B90. Grayscale: #A6A6A6. Windows color (decimal): -2124689 or 7312607. OLE color: 7312607.

HSL color Cylindrical-coordinate representation of color #DF946F: hue angle of 19.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF946F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 111 -
CMYK 0 0.34 0.50 0.13
HSL 19.82º 0.64% 0.65% -
HSV(B) 19.82º 0.5% 0.87% -
XYZ 43.89 38.02 20.06 -
YUV 166.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 223 148 111 0 0.34 0.50 0.13 19.82 0.64 0.65
Hex DF 94 6F 0 22 32 D 14 40 41
Octal 337 224 157 0 42 62 15 24 100 101
Binary 11011111 10010100 1101111 0 100010 110010 1101 10100 1000000 1000001

Color Harmonies of #DF946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF946F

Black with #DF946F

Text Example


Text Example

White with #DF946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF946F; }

 p { color: rgb(223,148,111); }

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

background-color css

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

 a { background-color: rgb(223,148,111); }

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

border-color css

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

 span { border-color: rgb(223,148,111); }

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